Skip to content

Instantly share code, notes, and snippets.

@stargatex
Last active June 3, 2016 04:47
Show Gist options
  • Save stargatex/3e4dffe1a43706089ad0cd9bb64a3ff1 to your computer and use it in GitHub Desktop.
Save stargatex/3e4dffe1a43706089ad0cd9bb64a3ff1 to your computer and use it in GitHub Desktop.
Android Studio .gitignore file
# Built application files
*.apk
*.ap_
# Files for the dex VM
*.dex
# Java class files
*.class
# Keystore files
*.jks
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file
local.properties
# Log Files
*.log
# Android Studio
.navigation/
captures/
# Intellij
*.iml
*.iws
.idea/workspace.xml
.idea
/out/
# Crashlytics configuations
com_crashlytics_export_strings.xml
crashlytics-build.properties
crashlytics.properties
# OS specific files
.DS_Store
.DS_Store?
._*
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment