Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Last active October 18, 2016 09:45
Show Gist options
  • Save mohsenoid/213acd841e8e1a47a74958273fcef3f8 to your computer and use it in GitHub Desktop.
Save mohsenoid/213acd841e8e1a47a74958273fcef3f8 to your computer and use it in GitHub Desktop.
Android .gitignore sample file
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
/build
/captures
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
gradle.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment