Add a gitignore
This commit is contained in:
parent
e0c7746d62
commit
94de6972dd
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
bin/
|
||||
|
||||
# Test binary, build wiith `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool
|
||||
*.out
|
||||
.coverage/
|
||||
|
||||
# Various user specific files
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vimrc
|
||||
*.swp
|
||||
.vscode/
|
Loading…
x
Reference in New Issue
Block a user