summaryrefslogtreecommitdiffstats
path: root/options/gitignore/Android
diff options
context:
space:
mode:
Diffstat (limited to 'options/gitignore/Android')
-rw-r--r--options/gitignore/Android20
1 files changed, 19 insertions, 1 deletions
diff --git a/options/gitignore/Android b/options/gitignore/Android
index 69eda01429..56cc6425e0 100644
--- a/options/gitignore/Android
+++ b/options/gitignore/Android
@@ -1,5 +1,6 @@
# Built application files
*.apk
+*.aar
*.ap_
*.aab
@@ -13,6 +14,8 @@
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/
@@ -41,7 +44,11 @@ captures/
.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 lines if you do not want to check your keystore files in.
@@ -50,9 +57,10 @@ 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
+# google-services.json
# Freeline
freeline.py
@@ -65,3 +73,13 @@ 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/