mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
24557bc2b3
For more information please see http://www.spigotmc.org/
39 lines
376 B
Plaintext
39 lines
376 B
Plaintext
# Eclipse stuff
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
|
|
# netbeans
|
|
/nbproject
|
|
nb*.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
|
|
|
|
/world
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
/src/main/resources/achievement
|
|
/src/main/resources/lang
|