Skip to content

Commit

Permalink
Merge pull request #13 from martinlaizg/dev
Browse files Browse the repository at this point in the history
Primera release
  • Loading branch information
martinlaizg committed Apr 1, 2019
2 parents 27a6f8b + 7493147 commit ff047ac
Show file tree
Hide file tree
Showing 149 changed files with 6,307 additions and 2,803 deletions.
94 changes: 64 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,80 @@
# Built application files
*.apk
*.ap_
*.aab

mockups/exports/
# Files for the ART/Dalvik VM
*.dex

# Built application files
/*/build/
# Java class files
*.class

# Generated files
bin/
gen/
out/

# Crashlytics configuations
com_crashlytics_export_strings.xml
# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Gradle generated files
.gradle/
# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Signing files
.signing/
# Android Studio Navigation editor temp files
.navigation/

# User-specific configurations
.idea/libraries/
# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
# Android Studio 3 in .gitignore file.
.idea/caches/build_file_checksums.ser
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
*.iml

# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

# 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

mockups/export/
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

\.idea/
# Version control
vcs.xml

key\.jks
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff047ac

Please sign in to comment.