mirror of
https://github.com/get-got/discord-downloader-go.git
synced 2025-12-01 12:07:15 +00:00
26 lines
352 B
Plaintext
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 |