Add .gitignore

This commit is contained in:
MrMicky 2018-04-16 04:08:23 +02:00
parent a478ccae59
commit f4a80f131d
1 changed files with 16 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/