Skip to content

Instantly share code, notes, and snippets.

@hasanmohdkhan
Created January 15, 2021 08:59
Show Gist options
  • Save hasanmohdkhan/d801c94d47d714500919316e8b479643 to your computer and use it in GitHub Desktop.
Save hasanmohdkhan/d801c94d47d714500919316e8b479643 to your computer and use it in GitHub Desktop.
git ignore file for Android Studio
#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