Archived
0

Init project

This commit is contained in:
2017-04-10 14:09:09 +03:00
commit 2b21c914f9
6 changed files with 271 additions and 0 deletions

24
.gitignore vendored Normal file
View File

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