Skip to content

Instantly share code, notes, and snippets.

@palazzem
Created November 2, 2013 14:00
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 palazzem/7279205 to your computer and use it in GitHub Desktop.
Save palazzem/7279205 to your computer and use it in GitHub Desktop.
.gitignore for Android development with Android Studio IDE
# Android
gen/
build/
# Gradle
.gradle/
local.properties
# Old Android
bin/
# Idea
*.iws
*.iml
*.ipr
.idea
out
# Eclipse
.project
.classpath
.settings
# OSX
.DS_Store
# Generic
*~
.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment