mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 09:21:57 +01:00
ed4548f6e5
By: sk89q <the.sk89q@gmail.com>
22 lines
No EOL
204 B
Text
22 lines
No EOL
204 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 |