Skip to content

Instantly share code, notes, and snippets.

@dragneelfps
Created January 22, 2019 18:10
Show Gist options
  • Select an option

  • Save dragneelfps/afd1a404c1dd755b3bc04d713dfd56f7 to your computer and use it in GitHub Desktop.

Select an option

Save dragneelfps/afd1a404c1dd755b3bc04d713dfd56f7 to your computer and use it in GitHub Desktop.
Git Ignore for Android Projects [https://stackoverflow.com/a/17803964]
#built application files
*.apk
*.ap_
# 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