Initial commit

This commit is contained in:
code-clash
2020-02-27 23:48:38 +01:00
commit c6669f7888
17 changed files with 515 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Gradle
.gradle
build/
# Android built artifacts
*.apk
*.ap_
*.dex
# Java build artifacts class files
*.class
# other generated files
gen/
target/
# local configuration file (for Android sdk path, etc)
local.properties
# OSX files
.DS_Store
# Eclipse
/.classpath
/.settings/
/.project
/.metadata
bin/
# IntelliJ
*.iml
*.ipr
*.iws
*.uml
.idea/compiler.xml
.idea/workspace.xml
out/
# NDK
obj/
# Misc
*.log
*.graphml
coverage.db*