init: first somewhat working version
This commit is contained in:
commit
fcf72cf9a5
81 changed files with 3259 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
*.iml
|
||||
.DS_Store
|
||||
.classpath
|
||||
.cxx
|
||||
.externalNativeBuild
|
||||
.gradle
|
||||
.kotlin
|
||||
.project
|
||||
.settings/
|
||||
/.idea
|
||||
/app/build
|
||||
/app/libs
|
||||
/app/src/main/assets
|
||||
/app/src/main/jniLibs
|
||||
/build
|
||||
/captures
|
||||
/kls_database.db
|
||||
local.properties
|
Loading…
Add table
Add a link
Reference in a new issue