Files
s01e03/.gitignore
2026-03-12 19:17:00 +01:00

37 lines
363 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Config with sensitive data (keep config.json in repo as template)
config.local.json
config.json