Moved the project to "husky"

The application will be separated from the repositories files. This will
be clarifying in the future if the project grows.

Fastlane was removed and will be added if needed in the future.

LICENSE.txt -> COYPING
This commit is contained in:
Adolfo Santiago 2021-08-28 09:30:50 +02:00
commit 65705734f2
No known key found for this signature in database
GPG key ID: 244D6F9A317B4A65
817 changed files with 387 additions and 163 deletions

77
husky/.gitignore vendored Normal file
View file

@ -0,0 +1,77 @@
# Built application files
*.apk
*.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
release/
debug/
/app/libs/
/app/build/
# Gradle files
.gradle/
/build/
buildSrc/build
# Local configuration file (sdk path, etc)
local.properties
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# IntelliJ
*.iml
/*.iml
/.idea/assetWizardSettings.xml
/.idea/gradle.xml
/.idea/jarRepositories.xml
/.idea/misc.xml
/.idea/workspace.xml
/.idea/tasks.xml
/.idea/runConfigurations.xml
/.idea/dictionaries
/.idea/libraries
/.idea/modules
# Android Studio 3 in .gitignore file.
/.idea/caches
/.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
/.idea/navEditor.xml
# Keystore files
*.jks
*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
# Version control
vcs.xml
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
lint/reports/
# MacOS useless files
.DS_Store