GoScrobble/.gitignore

23 lines
337 B
Plaintext
Raw Normal View History

2021-03-23 06:07:39 +00:00
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2021-03-25 05:15:01 +00:00
.env
web/.env.production
web/.env.development
web/img/*
2021-03-23 06:07:39 +00:00
# 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/