Skip to content

Instantly share code, notes, and snippets.

@magnucki
Created October 13, 2014 11:42
Show Gist options
  • Select an option

  • Save magnucki/b5c658c7657a04f02894 to your computer and use it in GitHub Desktop.

Select an option

Save magnucki/b5c658c7657a04f02894 to your computer and use it in GitHub Desktop.
Android Studio .gitignore
# Mac OS X
*.DS_Store
# Windows
Thumbs.db
# 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/
# IntelliJ
.idea/
*.iml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment