Skip to content

Instantly share code, notes, and snippets.

@iainconnor
Created January 24, 2014 20:20
Show Gist options
  • Save iainconnor/8605514 to your computer and use it in GitHub Desktop.
Save iainconnor/8605514 to your computer and use it in GitHub Desktop.
A .gitignore for use in Android Studio
# Built application files
/*/build/
# 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
*.iml
# OS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
@R0land013
Copy link

Thank you

@hyperov
Copy link

hyperov commented May 14, 2022

amazing. thank you

@Kishangalgotra
Copy link

hi this file is not working for me

@Varzil
Copy link

Varzil commented Sep 8, 2022

Thanks. This works very well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment