0

Init project

This commit is contained in:
2015-12-01 22:39:00 +00:00
commit 0478fac0da
35 changed files with 1239 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
## IDEA ##
.idea/
out/
*.iml
*.ipr
*.iws
*.ids
## ECLIPSE ##
.settings/
bin/
.classpath
.project
## GRADLE ##
.gradle/
build/
## OTHER ##
*.sh