Skip to content

Instantly share code, notes, and snippets.

@pratul
Last active February 4, 2016 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratul/1868313 to your computer and use it in GitHub Desktop.
Save pratul/1868313 to your computer and use it in GitHub Desktop.
A .gitignore file for Android projects
gradle
gradlew*
.gradle
local.properties
.DS_Store
build/
# Legacy
.classpath
.project
# IntelliJ IDEA
.idea
*.iml
# Crashlytics
com_crashlytics_export_strings.xml
crashlytics-build.properties
@ideamonk
Copy link

ideamonk commented Oct 8, 2012

Also, can put a few commons from here to a global gitignore http://stackoverflow.com/a/7335487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment