initial commit 2

This commit is contained in:
2018-10-24 18:22:05 +02:00
parent 0623c41b3c
commit 8741652638
55 changed files with 1358 additions and 1 deletions

24
.gitignore vendored
View File

@ -1,8 +1,9 @@
# ---> Android
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
# Files for the ART/Dalvik VM
*.dex
# Java class files
@ -11,6 +12,7 @@
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
@ -30,3 +32,23 @@ proguard/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
.directory