Created
November 15, 2016 01:38
-
-
Save pholas/b6f915c23680fcfd150f2f89118069b3 to your computer and use it in GitHub Desktop.
.gitignore for Android Studio
This file contains 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 files | |
/gradle.properties | |
.gradle/ | |
# Generated files | |
build/ | |
gen/ | |
models-gen/ | |
bin/ | |
out/ | |
/Test Results* | |
# Crashlytics configuations | |
com_crashlytics_export_strings.xml | |
# Local configuration file | |
local.properties | |
# Gradle generated files | |
.gradle/ | |
# Signing files | |
.signing/ | |
# OS-specific files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# User specific Intellij files | |
.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 | |
# Misc. | |
/.metadata | |
/git.store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we may also use an awesome online tool to generate a gitignore
https://www.gitignore.io/