1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-09 21:29:11 +01:00
Paper/paper-api/.gitignore

32 lines
275 B
Plaintext
Raw Normal View History

# 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
# intellij
*.iml
*.ipr
*.iws
.idea/