Skip to content

Instantly share code, notes, and snippets.

@readytopark
Created April 9, 2014 07:43
Show Gist options
  • Save readytopark/10237249 to your computer and use it in GitHub Desktop.
Save readytopark/10237249 to your computer and use it in GitHub Desktop.
gitignore for Android 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