Skip to content

Instantly share code, notes, and snippets.

@eduardobape
Last active May 1, 2022 18:59
Show Gist options
  • Save eduardobape/2f3d92526cef0d176f7fe44142239f61 to your computer and use it in GitHub Desktop.
Save eduardobape/2f3d92526cef0d176f7fe44142239f61 to your computer and use it in GitHub Desktop.
.gitignore file for a common Android project
#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