Files
NationsGlory_ServeurBuild_Red/.gitignore

86 lines
1.3 KiB
Plaintext

# ============================================
# NationsGlory 1.6.4 - Fichiers à ignorer
# ============================================
# === DONNÉES DE JEU (Ne pas versionner) ===
world/
world_*/
*.dat
*.dat_old
usercache.json
usernamecache.json
# === LOGS & CRASH REPORTS ===
logs/
crash-reports/
*.log
*.log.*
*.lck
debug/
hs_err_*.log
core.*
# === FICHIERS UTILISATEUR ===
ops.txt
banned-ips.txt
banned-players.txt
white-list.txt
permissions.yml
# === FICHIERS GÉNÉRÉS AUTOMATIQUEMENT ===
server.properties
bukkit.yml
spigot.yml
mcpc.yml
help.yml
wepif.yml
.rcon-cli.env
.rcon-cli.yaml
# === DONNÉES TEMPORAIRES ===
cache/
ngcore_cache/
customnpcs/
# === FICHIERS JAR ===
# Ignorer tous les .jar SAUF ceux dans mods/ et plugins/ ET mcpc.jar
*.jar
!mods/*.jar
!plugins/*.jar
!mcpc.jar
# === LIBRARIES (Seront téléchargées) ===
libraries/
# === DONNÉES PLUGINS ===
plugins/Essentials/userdata/
plugins/Essentials/worth.yml
plugins/Essentials/spawn.yml
plugins/WorldEdit/sessions/
plugins/PluginMetrics/
# === BACKUPS ===
*_backup*/
backup/
*.zip
*.tar.gz
# === DOCKER & ENV ===
.env
data/
# === FICHIERS TEMPORAIRES ===
*.tmp
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# === DOCUMENTATION TEMPORAIRE ===
SERVER_STATUS.md
ISSUES_FIXED.md
SOLUTION_FINALE.md
TEST_COMMANDS.txt
WORLDEDIT_USAGE.md