corso/src/.gitignore
2024-02-07 12:22:07 -07:00

27 lines
321 B
Plaintext

dist/
canario
# Test binary, built with `go test -c`
*.test
test_results/
testlog/
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# IDE
.vscode
*.swp
# Standard configuration file names
.canario_test.toml
.canario.toml
# Logging
*.log
# Build directories
/bin
/docker/bin
/website/dist