Skip to content

Commit 87d93ee

Browse files
Ignore .idea/sonarlint.xml
As mentioned in https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119, the `sonarlint.xml` file should be in the `.gitignore`.
1 parent 86d1826 commit 87d93ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Global/JetBrains.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ atlassian-ide-plugin.xml
6363

6464
# SonarLint plugin
6565
.idea/sonarlint/
66+
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
6667

6768
# Crashlytics plugin (for Android Studio and IntelliJ)
6869
com_crashlytics_export_strings.xml

0 commit comments

Comments
 (0)