Paper/.gitignore
Byteflux c86923f08f Add submodules and build scripts
These will be made default in 1.9, dropping PaperTools support
2016-01-26 00:00:25 -06:00

46 lines
436 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/
# Mac filesystem dust
.DS_Store/
# intellij
*.iml
*.ipr
*.iws
.idea/
# Linux temp files
*~
# other stuff
Spigot-API
Spigot-Server
PaperSpigot-Server
PaperSpigot-API
Bukkit
CraftBukkit