Skip to content

Instantly share code, notes, and snippets.

@tgirard12
Created April 28, 2015 07:14
Show Gist options
  • Save tgirard12/c829ae16350095666309 to your computer and use it in GitHub Desktop.
Save tgirard12/c829ae16350095666309 to your computer and use it in GitHub Desktop.
Android .gitignore
#
/captures
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
.idea
*.iml
.gradle
build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment