forked from ebhomengo/niki
gitignore added
This commit is contained in:
parent
c9810e1f90
commit
8614245d15
|
@ -0,0 +1,27 @@
|
||||||
|
|
||||||
|
#vscode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# 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/
|
||||||
|
.idea
|
||||||
|
bin
|
||||||
|
|
||||||
|
#env
|
||||||
|
*.env
|
||||||
|
|
||||||
|
go.mod
|
||||||
|
|
Loading…
Reference in New Issue