Brewery/.gitignore

27 lines
263 B
Plaintext
Raw Normal View History

# Eclipse stuff
/.classpath
/.project
/.settings
# NetBeans
/nbproject
/build.xml
# vim
.*.sw[a-p]
2014-02-16 16:43:32 +01:00
# IntelliJ
/.idea
# various other potential build files
/build
/bin
/dist
/*.jardesc
# Mac filesystem dust
2013-08-26 16:47:09 +02:00
.DS_Store
# maven
2014-02-16 16:43:32 +01:00
/target