api-go-example/.gitignore

20 lines
251 B
Plaintext
Raw Normal View History

2019-08-20 10:00:49 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2019-08-24 18:49:49 +00:00
# jetbrain
.idea
2019-09-03 15:52:35 +00:00
# enviroment variable
.env
.env.testing