Files
Erupe/.gitignore
Houmgaor a369a855bf fix: anchor binary names in .gitignore to repo root
Unanchored patterns like `protbot` match anywhere in the path,
causing spurious warnings when staging files under cmd/protbot/.
2026-02-20 21:27:06 +01:00

42 lines
428 B
Plaintext

.idea/
www/jp/
vendor/
*.bin
savedata/*/
*.exe
*.lnk
*.bat
/docker/db-data
/docker/savedata
/docker/bin
/docker/config.json
screenshots/*
# We don't need built files
/erupe-ce
/erupe
/protbot
/tools/loganalyzer/loganalyzer
# config is install dependent
config.json
.env
# Logs
logs/
# Deployment scripts
deploy.sh
# Editor artifacts
*.swp
*.swo
*~
# Test/build artifacts
coverage.out
# Claude Code local config
.claude/