first commit

This commit is contained in:
slymax
2018-07-10 21:05:52 +02:00
commit 290bcbbc0d
24 changed files with 534 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Android Studio
*.iml
.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
.gradle
build/
.navigation
captures/
output.json
#NDK
obj/
.externalNativeBuild