Update Default .gitignore

This commit is contained in:
Muhammad Tamir
2025-06-20 11:12:47 +07:00
parent d919ac0db8
commit 7088747c95

View File

@@ -1,14 +1,62 @@
# Minecraft plugin defaults # Ignore archive file types
logs/ *.zip
*.log *.tar
*.tar.gz
*.tgz
*.tar.bz2
*.tbz
*.7z
*.rar
*.gz
*.xz
*.lz
*.lzma
*.Z
*.war
*.ear
*.db
*.bin
# Ignore Libraries Folder
plugins/.paper-remapped/
**/lib/
**/libs/
**/libraries/
# Ignore Not Important Folder
**/advancements/
**/cache*/
*.mca
*.pregion
*.pem
*.bd
*.tmp *.tmp
*.lock *.key
*.nbt
*.bak *.bak
*.swp .console_history
cache/ .cache/
debug/ plugins/Essentials/userdata/
.idea/ oreobfuscator_cache/
*.iml world*/
*.class versions/
target/
build/ # Ignore Logs Files
**/logs/
**/Logs/
*.log
# Ignore Player Data
**/sqlite*
*.dat
*.dat_old
# Ignore Always Updated Files
ops.json
usercache.json
version_history.json
eula.txt
# Ignore Plugins
plugins/bStats/
plugins/pStats/