mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-21 23:22:34 +01:00
Unanchored patterns like `protbot` match anywhere in the path, causing spurious warnings when staging files under cmd/protbot/.
42 lines
428 B
Plaintext
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/
|