Skip to content

Instantly share code, notes, and snippets.

@venshine
Last active July 19, 2016 07:43
Show Gist options
  • Save venshine/96fd6c6660f2118038e7b7f0e87069e9 to your computer and use it in GitHub Desktop.
Save venshine/96fd6c6660f2118038e7b7f0e87069e9 to your computer and use it in GitHub Desktop.
A .gitignore file for Android Studio
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# 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/
# Intellij
*.iml
.idea/workspace.xml
.idea/libraries
# Keystore files
*.jks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment