mirror of
https://github.com/NekoMonci12/Git-Craft.git
synced 2025-12-19 23:09:15 +00:00
Update Default .gitignore
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user