Archived
0

Init project

This commit is contained in:
2020-05-04 21:21:37 +03:00
commit e3d041de63
11 changed files with 336 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/