MassiveCore/.gitignore

23 lines
248 B
Plaintext
Raw Normal View History

2011-12-07 17:12:00 +01:00
# Eclipse stuff
/.classpath
/.project
/.settings
# NetBeans
/nbproject
/build.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/localexport.jardesc
2014-09-12 23:54:55 +02:00
/dependency-reduced-pom.xml
2011-12-07 17:12:00 +01:00
# Mac filesystem dust
2014-09-12 22:41:59 +02:00
.DS_Store
/target