Skip to content

Commit

Permalink
Merge pull request #1580 from jonz94/patch-1
Browse files Browse the repository at this point in the history
Update gitignore file in android-template
  • Loading branch information
mlynch authored Jun 6, 2019
2 parents e964068 + e275867 commit 69f8957
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion android-template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex
Expand All @@ -18,6 +19,7 @@
bin/
gen/
out/
release/

# Gradle files
.gradle/
Expand All @@ -43,12 +45,19 @@ captures/
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# 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 line if you do not want to check your keystore files in.
# 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
Expand All @@ -65,6 +74,16 @@ fastlane/screenshots
fastlane/test_output
fastlane/readme.md

# Version control
vcs.xml

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/

# Cordova plugins for Capacitor
capacitor-cordova-android-plugins

Expand Down

0 comments on commit 69f8957

Please sign in to comment.