Brewery/.gitignore
2013-08-26 16:47:09 +02:00

23 lines
240 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
# NetBeans
/nbproject
/build.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/*.jardesc
# Mac filesystem dust
.DS_Store
# maven
/target