Saber-Factions/.gitignore

35 lines
307 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-saberFactions]
# various other potential build files
/build
/bin
/dist
/manifest.mf
/world
# Mac filesystem dust
/.DS_Store
*.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/