mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Add Paper and Vanilla files to .gitignore (#1020)
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -97,9 +97,7 @@ target/
|
||||
#.idea/
|
||||
|
||||
# === PROJECT SPECIFIC ===
|
||||
plugins/**/*.so
|
||||
plugins/**/*.dylib
|
||||
plugins/**/*.dll
|
||||
plugins/
|
||||
world/*
|
||||
logs/
|
||||
|
||||
@@ -136,3 +134,25 @@ result-*
|
||||
|
||||
# Generated Data
|
||||
pumpkin-data/src/generated
|
||||
|
||||
# Vanilla minecraft server
|
||||
banned-ips.json
|
||||
banned-players.json
|
||||
crash-reports/
|
||||
eula.txt
|
||||
ops.json
|
||||
server.properties
|
||||
usercache.json
|
||||
whitelist.json
|
||||
|
||||
# Paper minecraft server
|
||||
.console_history
|
||||
bukkit.yml
|
||||
commands.yml
|
||||
config/
|
||||
help.yml
|
||||
permissions.yml
|
||||
spigot.yml
|
||||
version_history.json
|
||||
world_nether/
|
||||
world_the_end/
|
||||
|
||||
Reference in New Issue
Block a user