Skip to content

Commit

Permalink
Merge pull request #3 from DavidBarbaran/release/1.1.1
Browse files Browse the repository at this point in the history
Release/1.1.1
  • Loading branch information
DavidBarbaran authored Jan 4, 2020
2 parents cdfd126 + 6d44d50 commit ca3d4a4
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 227 deletions.
92 changes: 86 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,89 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/
release/

# Gradle files
.gradle/
build/
/build

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

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/sonarlint
.idea/codeStyles
.idea/*

.DS_Store
/build
/captures

# 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
# 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

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

# Version control
vcs.xml

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
Binary file removed .idea/caches/build_file_checksums.ser
Binary file not shown.
7 changes: 0 additions & 7 deletions .idea/dictionaries/david_delavega.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/encodings.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/gradle.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/kotlinc.xml

This file was deleted.

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

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading

0 comments on commit ca3d4a4

Please sign in to comment.