Update Android.gitignore #2648
Merged
Update Android.gitignore #2648
Conversation
Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
|
Why not ignore complete .idea folder?? |
|
@kevinc123 Because it also contains settings that you do want to share, with the team (e. g. codestyle/formatter settings) |
|
@leesah thanks! |
idealclover
added a commit
to idealclover/NJU-Class-Shedule-Android
that referenced
this pull request
Sep 10, 2018
see at github/gitignore#2648 (comment) but i don't think our team needs it.
idealclover
added a commit
to idealclover/NJU-Class-Shedule-Android
that referenced
this pull request
Sep 10, 2018
see at github/gitignore#2648 (comment) but i don't think our team needs it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
Reasons for making this change:
This file was created when I create Image Asset or Vector Asset. It contains the full path to where my Android Studio is installed.
See here.
Links to documentation supporting these rule changes:
I haven't found any.