Archived
0
This commit is contained in:
2021-04-24 20:08:39 +03:00
commit 1f6c05f272
17 changed files with 466 additions and 0 deletions

11
.gitignore vendored Normal file
View File

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