Skip to content

Instantly share code, notes, and snippets.

@readytopark
Created January 21, 2014 01:51
Show Gist options
  • Save readytopark/8533009 to your computer and use it in GitHub Desktop.
Save readytopark/8533009 to your computer and use it in GitHub Desktop.
git ignore file for Android Studio project by gradle
.DS_Store
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# generated files
bin/
gen/
build/
# Local configuration file (sdk path, etc)
local.properties
# Android Studio
.idea/
.gradle
/*/local.properties
/*/out
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment