mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-03 01:10:37 +01:00
7079bd6244
This will help encourage testing with some widely used plugins to help identify issues caused by changes before they are pushed.
58 lines
618 B
Plaintext
58 lines
618 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
|
|
|
|
work/1.*
|
|
work/BuildData
|
|
work/Bukkit
|
|
work/CraftBukkit
|
|
work/Paperclip
|
|
work/Spigot
|
|
work/Spigot-Server
|
|
work/Spigot-API
|
|
work/*.jar
|
|
work/test-server
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store/
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Linux temp files
|
|
*~
|
|
|
|
# other stuff
|
|
|
|
Paper-Server
|
|
Paper-API
|
|
PaperSpigot-Server
|
|
PaperSpigot-API
|
|
Paperclip.jar
|
|
paperclip.jar
|
|
paperclip-*.jar
|
|
paperclip.properties |