Skip to content

Instantly share code, notes, and snippets.

@renaudmathieu
Created January 9, 2017 16:28
Show Gist options
  • Save renaudmathieu/aa9a6f509e626ceb0cacf60acd9fbfd2 to your computer and use it in GitHub Desktop.
Save renaudmathieu/aa9a6f509e626ceb0cacf60acd9fbfd2 to your computer and use it in GitHub Desktop.
gitignore For Android
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
.project
build/
/*/build/
reports/
# Idea files
*.iml
.idea/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Apple files
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment