mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-04 12:59:28 +02:00
22 lines
298 B
Text
22 lines
298 B
Text
# Common files to ignore
|
|
*~
|
|
.lapce/
|
|
.vscode/
|
|
|
|
# Local config (for testing)
|
|
/scotty.toml
|
|
|
|
# Binaries for programs and plugins
|
|
dist/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
/scotty
|
|
*.sqlite3
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|