Skip to content

Instantly share code, notes, and snippets.

@XinyueZ
Created October 20, 2014 18:57
Show Gist options
  • Select an option

  • Save XinyueZ/f15cc36968f1bfc7cb70 to your computer and use it in GitHub Desktop.

Select an option

Save XinyueZ/f15cc36968f1bfc7cb70 to your computer and use it in GitHub Desktop.
A very common .gitignore file for Android Studio Project, exclude also crashlytics.
# .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