Brewery/.gitignore
Sn0wStorm 54a05b83fe More merge fixes
and use "Levelled" for Cauldrons in 1.13
2018-10-27 12:09:53 +02:00

28 lines
272 B
Plaintext

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