Skip to content

Instantly share code, notes, and snippets.

@winteryoung
Last active March 8, 2016 13:27
Show Gist options
  • Save winteryoung/bac7652ba7c0aa0882dc to your computer and use it in GitHub Desktop.
Save winteryoung/bac7652ba7c0aa0882dc to your computer and use it in GitHub Desktop.
Standard .gitignore
# Android built application files
*.apk
*.ap_
*.dex
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Gradle
.gradletasknamecache
.gradle/
build/
# sass
.sass-cache
_site
# Maven
target
release
pom.xml.versionsBackup
# Common useless files
*.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment