diff --git a/android-template/gitignore b/android-template/gitignore index 0a5554e177..64a88fbc99 100644 --- a/android-template/gitignore +++ b/android-template/gitignore @@ -7,6 +7,7 @@ # Built application files *.apk *.ap_ +*.aab # Files for the ART/Dalvik VM *.dex @@ -18,6 +19,7 @@ bin/ gen/ out/ +release/ # Gradle files .gradle/ @@ -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 @@ -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