PaperMC/paper-api/.gitignore
Bukkit/Spigot 71e67c0b23 Add nb-configuration.xml to .gitignore
By: md_5 <git@md-5.net>
2020-02-02 10:26:21 +11:00

32 lines
297 B
Text

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
/nb-configuration.xml
# 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/