27 lines
404 B
Plaintext
27 lines
404 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
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# JS files are generated from TS files
|
|
*.js
|
|
|
|
# Components are generated by the "pack" tool
|
|
/components
|
|
|
|
# Personal startup settings for each contributor
|
|
/custom.go
|
|
|
|
# Server binary
|
|
/notify.moe |