Created
April 9, 2014 07:43
-
-
Save readytopark/10237249 to your computer and use it in GitHub Desktop.
gitignore for Android project by gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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