0
0
mirror of https://hub.spigotmc.org/stash/scm/spigot/bukkit.git synced 2024-11-23 11:36:23 +00:00
bukkit/.gitignore
2023-11-09 10:20:23 +01:00

35 lines
324 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
/.checkstyle
/.factorypath
# 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/