Skip to content

Instantly share code, notes, and snippets.

@vkotovv
Forked from PatrickDattilio/.hgignore
Last active August 29, 2015 14:14
Show Gist options
  • Save vkotovv/3335dd0636ea05f61abb to your computer and use it in GitHub Desktop.
Save vkotovv/3335dd0636ea05f61abb 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 files (can be created on import)
.idea/
.iws
.iml
#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