PaperMC/paper-api/.gitignore
2011-01-23 04:19:03 +08:00

25 lines
No EOL
238 B
Text

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
# Mac filesystem dust
/.DS_Store