Factions/.gitignore
2014-10-15 12:05:16 +02:00

35 lines
328 B
Plaintext

# Eclipse
/.classpath
/.project
/.settings
/*.jardesc
# IntelliJ
*.iml
*.ipr
*.iws
.idea/
# NetBeans
/nbproject
# vim
.*.sw[a-p]
# Maven
/build.xml
/target
/dependency-reduced-pom.xml
# various other potential build files
/build
/bin
/dist
/manifest.mf
# Mac Filesystem Dust
.DS_Store
# Windows Filesystem Dust
Thumbs.db