scotty/.gitignore
2023-11-17 07:40:25 +01:00

21 lines
292 B
Text

# Common files to ignore
*~
.lapce/
.vscode/
# Local config (for testing)
/scotty.toml
# Binaries for programs and plugins
*.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