Brewery/.gitignore

28 lines
272 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
/*.iml
2014-02-16 16:43:32 +01:00
# various other potential build files
/build
/bin
/dist
/*.jardesc
# Mac filesystem dust
2013-08-26 16:47:09 +02:00
.DS_Store
# maven
/target