Initial commit

This commit is contained in:
2020-07-29 12:30:34 +03:00
commit e96a30c275
108 changed files with 7929 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# Ignore Eclipse IDE files
bin
.settings
.classpath
.project
# Ignore Windows Thumb.db files
**/Thumbs.db
# Ignore MacOS
**/.DS_Store