mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-04-04 12:34:42 +02:00
23 lines
362 B
Text
23 lines
362 B
Text
# ---> Go
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
#swap files
|
|
*~
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|
|
settings_custom.json
|
|
history.json
|
|
users.json
|
|
chat_data.json
|