mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
31 lines
382 B
Plaintext
31 lines
382 B
Plaintext
### Go ###
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
ftw*
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Misc
|
|
.DS_Store
|
|
gcal/client_secret.json
|
|
gspreadsheets/client_secret.json
|
|
profile.pdf
|
|
|
|
# All things node
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
#intellij idea
|
|
.idea/
|
|
|
|
dist/*
|
|
bin/
|