Skip to content

Instantly share code, notes, and snippets.

@anupdey99
Last active June 3, 2022 06:16
Show Gist options
  • Save anupdey99/f8f6bebada7fb3eee3c9dc9146a36fc0 to your computer and use it in GitHub Desktop.
Save anupdey99/f8f6bebada7fb3eee3c9dc9146a36fc0 to your computer and use it in GitHub Desktop.
Android git ignore file
# 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