mirror of
https://github.com/kaboomserver/server.git
synced 2024-11-21 10:28:14 -05:00
Update gitignore
This commit is contained in:
parent
d2fea1d669
commit
8a9eaef86b
1 changed files with 26 additions and 2 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1,2 +1,26 @@
|
|||
fetched_*/
|
||||
scripts/fetched_*/
|
||||
/fetched_*/
|
||||
/scripts/fetched_*/
|
||||
|
||||
# Server files
|
||||
cache/
|
||||
/libraries/
|
||||
/logs/
|
||||
/plugins/Essentials/userdata
|
||||
/plugins/Essentials/warps/*
|
||||
/plugins/Essentials/custom_items.yml
|
||||
/plugins/Essentials/items.json
|
||||
/plugins/Essentials/kits.yml
|
||||
/plugins/Essentials/usermap.bin
|
||||
/plugins/Essentials/uuids.bin
|
||||
/plugins/Essentials/worth.yml
|
||||
/plugins/FastAsyncWorldEdit/lang/
|
||||
/plugins/Geyser-Spigot/locales/
|
||||
/versions/
|
||||
/worlds/
|
||||
/banned-ips.json
|
||||
/banned-players.json
|
||||
/help.yml
|
||||
/ops.json
|
||||
/usercache.json
|
||||
/version_history.json
|
||||
/whitelist.json
|
||||
|
|
Loading…
Reference in a new issue