initial commit

This commit is contained in:
Carlos Martinez
2020-02-01 16:01:58 -03:00
parent bfa862a680
commit 900f018134
42 changed files with 934 additions and 7 deletions

13
.gitignore vendored
View File

@@ -1,6 +1,5 @@
# Built application files
*.apk
*.aar
*.ap_
*.aab
@@ -14,8 +13,6 @@
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
# Gradle files
.gradle/
@@ -38,17 +35,17 @@ captures/
# IntelliJ
*.iml
.idea
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
# Android Studio 3 in .gitignore file.
.idea/caches/build_file_checksums.ser
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
@@ -57,7 +54,6 @@ captures/
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
# Google Services (e.g. APIs or Firebase)
# google-services.json
@@ -83,3 +79,6 @@ lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
# Personal omissions
dummy.*