Archived
0

Init project

This commit is contained in:
2015-09-18 12:19:42 +03:00
commit 487e2b7c61
2 changed files with 63 additions and 0 deletions

20
.gitignore vendored Normal file
View File

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