mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
27 lines
246 B
Plaintext
27 lines
246 B
Plaintext
|
# 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
|
||
|
|
||
|
/world
|
||
|
|
||
|
# Mac filesystem dust
|
||
|
/.DS_Store
|