0

initial commit

This commit is contained in:
2019-08-27 20:28:44 +03:00
commit cbaf6a980a
4 changed files with 55 additions and 0 deletions

23
.gitignore vendored Normal file
View File

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