🙈 Add GitIgnore

This commit is contained in:
2023-05-03 21:17:41 +02:00
parent 29cdc906a0
commit b5899223be

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# GoLang
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# Build output
build/
# VS Code
.vscode/*
.history/
*.vsix