Skip to content

Instantly share code, notes, and snippets.

@polbins
Last active September 14, 2016 02:03
Show Gist options
  • Save polbins/5261eb870df5606c119a to your computer and use it in GitHub Desktop.
Save polbins/5261eb870df5606c119a to your computer and use it in GitHub Desktop.
My Android Studio Project .gitignore
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
gradle.properties
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Mac
*.DS_Store
# Android Studio
*.iml
.navigation/
captures/
# IntelliJ
*.iml
.idea/workspace.xml
.idea/libraries
# vim swap files
*.swp
*.swo
# Keystore
*.jks
# Android Patch
gen-external-apklibs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment