initial commit
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -1,14 +1,21 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
# Tools.
|
||||
.DS_Store
|
||||
.vscode
|
||||
.idea
|
||||
debug
|
||||
glide.lock
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
# Project directories.
|
||||
build
|
||||
dist
|
||||
vendor
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
# Project files.
|
||||
app
|
||||
nemt-portal-api
|
||||
nemt-portal-api.log
|
||||
|
||||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||
.glide/
|
||||
# Configuration and stuff.
|
||||
config.toml
|
||||
jenkins-ebs
|
||||
*.mwb.bak
|
||||
|
||||
Reference in New Issue
Block a user