Last active
June 3, 2022 06:16
-
-
Save anupdey99/f8f6bebada7fb3eee3c9dc9146a36fc0 to your computer and use it in GitHub Desktop.
Android git ignore file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Built application files | |
*.apk | |
*.arr | |
*.ap_ | |
*.aab | |
#/blob | |
# Generated files | |
app/release | |
app/schemas | |
# Gradle files | |
.gradle | |
/build | |
.DS_Store | |
.externalNativeBuild | |
.cxx | |
# Local configuration file (sdk path, etc) | |
/local.properties | |
# Android Studio captures folder | |
/captures | |
# IntelliJ | |
*.iml | |
/.idea/workspace.xml | |
/.idea/tasks.xml | |
/.idea/gradle.xml | |
/.idea/assetWizardSettings.xml | |
/.idea/libraries | |
/.idea/caches | |
/.idea/modules.xml | |
/.idea/misc.xml | |
/.idea/navEditor.xml | |
/.idea/codeStyles | |
/.idea/compiler.xml | |
/.idea/shelf | |
/.idea/deploymentTargetDropDown.xml | |
# Keystore files | |
# Uncomment the following lines if you do not want to check your keystore files in. | |
#*.jks | |
*.keystore | |
/keystore.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment