Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PatrickDattilio
Created February 6, 2014 22:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save PatrickDattilio/8853685 to your computer and use it in GitHub Desktop.
Save PatrickDattilio/8853685 to your computer and use it in GitHub Desktop.
#apks
glob:*.apk
glob:*.ap_
# files for the dex VM
glob:*.dex
# Java class files
glob:*.class
# generated files
bin/
gen/
# Ignore gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
#Android Studio - see https://intellij-support.jetbrains.com/entries/23393067
.idea/workspace.xml
.idea/tasks.xml
.iws
#Android Studio put this in the sample .gitignore file
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment