Skip to content

Instantly share code, notes, and snippets.

@faruktoptas
Created February 3, 2016 08:33
Show Gist options
  • Save faruktoptas/36b40c0f0fc626a7ffbb to your computer and use it in GitHub Desktop.
Save faruktoptas/36b40c0f0fc626a7ffbb 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/
# Others
.DS_Store
.idea
*.iml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment