mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
41 lines
416 B
Plaintext
41 lines
416 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
|
|
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/
|