mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
- Add file existence checks before iterating schema directories - Add proper quoting for file paths - Add completion message - Ignore docker/db-data/ (PostgreSQL runtime data)
24 lines
162 B
Plaintext
24 lines
162 B
Plaintext
.idea/
|
|
|
|
www/jp/
|
|
vendor/
|
|
|
|
# Executables
|
|
*.exe
|
|
*.lnk
|
|
*.bat
|
|
erupe
|
|
erupe-ce
|
|
|
|
# Quest files
|
|
*.bin
|
|
savedata/*/
|
|
config.json
|
|
|
|
# Logs
|
|
logs/
|
|
|
|
.env
|
|
|
|
# Docker
|
|
docker/db-data/ |