Create .gitignore
This commit is contained in:
parent
28ebe953e0
commit
741861bca4
1 changed files with 18 additions and 0 deletions
18
Lab01/app/.gitignore
vendored
Normal file
18
Lab01/app/.gitignore
vendored
Normal 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
|
Reference in a new issue