scotty/.gitignore
2023-11-09 10:02:48 +01:00

18 lines
265 B
Text

# Common files to ignore
*~
# Local config (for testing)
/scotty.toml
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
/scotty
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out