Skip to content

Instantly share code, notes, and snippets.

@flschweiger
Created January 30, 2016 12:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flschweiger/1b354f35e1640e333a7c to your computer and use it in GitHub Desktop.
Save flschweiger/1b354f35e1640e333a7c to your computer and use it in GitHub Desktop.
Complete .gitignore file for Android projects.
# 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
# Android Studio files
.idea/
*.iml
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment