mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-04 17:49:53 +01:00
35 lines
328 B
Plaintext
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
|