Created
October 20, 2014 18:57
-
-
Save XinyueZ/f15cc36968f1bfc7cb70 to your computer and use it in GitHub Desktop.
A very common .gitignore file for Android Studio Project, exclude also crashlytics.
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
| # .gitignore for Android projects | |
| # | |
| # Ignore all IDE specific files. | |
| # Old Eclipse files (.project, bin/, ...) should be deleted. | |
| .DS_Store | |
| # Android | |
| local.properties | |
| # Android Studio | |
| *.iml | |
| .idea/ | |
| # vim | |
| .*.swp | |
| # Gradle | |
| .gradle/ | |
| build/ | |
| # Crashlytics | |
| crashlytics-build.properties | |
| com_crashlytics_export_strings.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment