Add .gitignore

This commit is contained in:
MrMicky
2018-04-16 04:08:23 +02:00
parent a478ccae59
commit f4a80f131d
+16
View File
@@ -0,0 +1,16 @@
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/