56 lines
636 B
Plaintext
56 lines
636 B
Plaintext
# World files and backups
|
|
world/
|
|
*.zip
|
|
simplebackups/
|
|
worlds/
|
|
|
|
# Forge and Minecraft server files
|
|
libraries/
|
|
logs/
|
|
crash-reports/
|
|
*.log
|
|
.mixin.out/
|
|
usercache.json
|
|
usernamecache.json
|
|
|
|
# Server runtime files
|
|
banned-ips.json
|
|
banned-players.json
|
|
whitelist.json
|
|
ops.json
|
|
eula.txt
|
|
server.properties
|
|
*.properties
|
|
|
|
# Compiled files
|
|
*.class
|
|
*.jar
|
|
!forge-*-installer.jar
|
|
|
|
# Mod and config related
|
|
!mods/
|
|
mods/*.zip
|
|
!mods/**/*.jar
|
|
!config/
|
|
!defaultconfigs/
|
|
!kubejs/
|
|
!scripts/
|
|
!resources/
|
|
!patchouli_books/
|
|
!pfm/
|
|
!modernfix/
|
|
!local/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
*.launch |