GoScrobble/.gitignore

21 lines
292 B
Plaintext
Raw Permalink 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
2022-01-05 21:20:30 +00:00
/data
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/