subhub/.gitignore

33 lines
321 B
Plaintext
Raw Normal View History

2019-09-07 08:19:57 +00:00
# ---> Go
# 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-09-07 08:26:37 +00:00
build
tmp
*.ini
*.db
.env
.env.dev
.idea/
*.orig
go.sum
bin/*
*.pem
*.crt
*.key
tests/db
# vendor dir
vendor/
2019-09-07 14:54:53 +00:00
trash/