Skip to content

Instantly share code, notes, and snippets.

@arlm
Forked from iainconnor/Android Studio .gitignore
Last active August 29, 2015 14:22
Show Gist options
  • Save arlm/44b46b0ebeca38d3050b to your computer and use it in GitHub Desktop.
Save arlm/44b46b0ebeca38d3050b to your computer and use it in GitHub Desktop.
Assorted .gitignore files
# Built application files
/**/build/
/**/gen/
# Crashlytics configuations
com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files
.gradle/
# Signing files
.signing/
# User-specific configurations
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
# Eclipse project files
.classpath
.project
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment