60 Zeilen
647 B
Plaintext
60 Zeilen
647 B
Plaintext
# Eclipse stuff
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# netbeans
|
|
nbproject/
|
|
nbactions.xml
|
|
|
|
# we use maven!
|
|
build.xml
|
|
|
|
# maven
|
|
target/
|
|
dependency-reduced-pom.xml
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# various other potential build files
|
|
build/
|
|
bin/
|
|
dist/
|
|
manifest.mf
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store/
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# other stuff
|
|
Spigot-API
|
|
Spigot-Server
|
|
Bukkit
|
|
CraftBukkit
|
|
/world_the_end/
|
|
/world_nether/
|
|
/world/
|
|
/Spigot-Server/
|
|
/Spigot-API/
|
|
/plugins/
|
|
/logs/
|
|
/crash-reports/
|
|
/banned-ips.json
|
|
/banned-players.json
|
|
/bukkit.yml
|
|
/commands.yml
|
|
/eula.txt
|
|
/help.yml
|
|
/ops.json
|
|
/permissions.yml
|
|
/server.properties
|
|
/spigot.yml
|
|
/usercache.json
|
|
/whitelist.json
|