init project

This commit is contained in:
2019-09-08 14:30:38 +03:00
parent 5f3735f1dd
commit 7a28a2b390
3 changed files with 48 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
## IDEA ##
.idea/
out/
*.iml
*.ipr
*.iws
*.ids
## GRADLE ##
.gradle/
build/
gradle/
gradlew
gradlew.bat