Created
November 1, 2022 18:34
-
-
Save jrgavilanes/0fdd768087bbf39fbf95be7719c719d8 to your computer and use it in GitHub Desktop.
file gitignore for Android
This file contains hidden or 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 | |
*.ap_ | |
*.aab | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Windows thumbnail db | |
Thumbs.db | |
# OSX files | |
.DS_Store | |
# Android Studio | |
*.iml | |
.idea | |
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. | |
.gradle | |
build/ | |
.navigation | |
captures/ | |
output.json | |
#NDK | |
obj/ | |
.externalNativeBuild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment