Dynmap-Factions/.gitignore

28 lines
251 B
Plaintext
Raw Normal View History

2011-11-23 22:09:03 +01:00
# 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
2024-05-14 02:17:29 +02:00
/.DS_Store
2024-05-14 14:39:44 +02:00
*.iml
.idea