Skip to content

Instantly share code, notes, and snippets.

@plusend
Last active June 6, 2017 06:38
Show Gist options
  • Save plusend/b8d9a4af337cd484d6886c3b254fc0e4 to your computer and use it in GitHub Desktop.
Save plusend/b8d9a4af337cd484d6886c3b254fc0e4 to your computer and use it in GitHub Desktop.
Android .gitignore
# 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
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Eclipse project files
.classpath
.project
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# OSX files
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment