Last active
February 4, 2016 09:48
-
-
Save pratul/1868313 to your computer and use it in GitHub Desktop.
A .gitignore file for Android projects
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
gradle | |
gradlew* | |
.gradle | |
local.properties | |
.DS_Store | |
build/ | |
# Legacy | |
.classpath | |
.project | |
# IntelliJ IDEA | |
.idea | |
*.iml | |
# Crashlytics | |
com_crashlytics_export_strings.xml | |
crashlytics-build.properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also, can put a few commons from here to a global gitignore http://stackoverflow.com/a/7335487