Skip to content

Instantly share code, notes, and snippets.

@plastiv
Last active December 25, 2015 22:59
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 plastiv/7053530 to your computer and use it in GitHub Desktop.
Save plastiv/7053530 to your computer and use it in GitHub Desktop.
Android .gitignore file for projects folder.
#
# https://gist.github.com/plastiv/7053530
#
# Base configuration taken from https://github.com/github/gitignore/blob/master/Android.gitignore
#
# Eclipse project files
.classpath
.project
.settings/
.metadata/
*.log
# Eclipse generated files
bin/
gen/
.apt_generated/
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/**/*
!.idea/codeStyleSettings.xml
# Gradle
.gradle/
build/
.signing/
# Local configuration file (sdk path, etc)
local.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment