Added gitignore

This commit is contained in:
hierynomus
2015-01-09 13:43:38 +01:00
parent 1daf456cbe
commit 834f0f22cd

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# IntelliJ IDEA
.idea/
*.iml
*.ipr
*.iws
# Eclipe
.project
.classpath
.settings/
# Output dirs
target/
build/
.gradle/