Feat: Player statistics mod added
This commit is contained in:
59
.gitignore
vendored
59
.gitignore
vendored
@@ -1,30 +1,55 @@
|
||||
# World data (contains player and world information)
|
||||
# World files and backups
|
||||
world/
|
||||
*.zip
|
||||
simplebackups/
|
||||
worlds/
|
||||
|
||||
# Log files
|
||||
# Forge and Minecraft server files
|
||||
libraries/
|
||||
logs/
|
||||
crash-reports/
|
||||
*.log
|
||||
|
||||
# Server generated files
|
||||
banned-players.json
|
||||
.mixin.out/
|
||||
usercache.json
|
||||
usernamecache.json
|
||||
ops.json
|
||||
|
||||
# Server runtime files
|
||||
banned-ips.json
|
||||
banned-players.json
|
||||
whitelist.json
|
||||
ops.json
|
||||
eula.txt
|
||||
server.properties
|
||||
*.properties
|
||||
|
||||
# Backup folders
|
||||
simplebackups/
|
||||
# Mod and config related
|
||||
!mods/
|
||||
mods/*.zip
|
||||
!config/
|
||||
!defaultconfigs/
|
||||
!kubejs/
|
||||
!scripts/
|
||||
!resources/
|
||||
!patchouli_books/
|
||||
!pfm/
|
||||
!modernfix/
|
||||
!local/
|
||||
|
||||
# Local configuration files
|
||||
rhino.local.properties
|
||||
*.local.properties
|
||||
# Compiled files
|
||||
*.class
|
||||
*.jar
|
||||
!forge-*-installer.jar
|
||||
|
||||
# Libraries and runtime files
|
||||
libraries/
|
||||
forge-*.jar
|
||||
forge-*-installer.jar
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
# Generated data folders
|
||||
local/
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
*.launch
|
||||
Reference in New Issue
Block a user