Create .gitignore

This commit is contained in:
Florian Hoss 2022-03-30 13:51:43 +02:00
parent 28ebe953e0
commit 741861bca4

18
Lab01/app/.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
### Go template
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
sqlite.db