Files
discord-downloader-go/.gitignore
2023-09-06 21:52:38 -07:00

26 lines
352 B
Plaintext

# 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
# Exclude build command shortcut(s)
*.cmd
# Exclude runnning dev settings
/*.json
/*.jsonc
# Exclude program output
*.txt
# Exclude program storage
**
!*.go