mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-03 01:10:37 +01:00
d089acb3bd
ForgeFlower is better than Spigots FernFlower at decompiling the source. However, in order to maintain the CraftBukkit patches, we must keep using spigots for the primary. However, for any file that we import on top of Spigots imported files there is nothing stopping us from using better decompiled files. So these changes will use ForgeFlower to maintain a better set of decomped files, so anything we add on top of Paper can start off in a better spot.
62 lines
636 B
Plaintext
62 lines
636 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/1.*
|
|
work/Minecraft
|
|
work/BuildData
|
|
work/Bukkit
|
|
work/CraftBukkit
|
|
work/Paperclip
|
|
work/Spigot
|
|
work/Spigot-Server
|
|
work/Spigot-API
|
|
work/*.jar
|
|
work/test-server
|
|
work/ForgeFlower
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store/
|
|
.DS_Store
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
out/
|
|
|
|
# Linux temp files
|
|
*~
|
|
|
|
# other stuff
|
|
run/
|
|
|
|
Paper-Server
|
|
Paper-API
|
|
Paperclip.jar
|
|
paperclip.jar
|
|
paperclip-*.jar
|
|
paperclip.properties
|