浏览代码

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`.
Bart Laarhoven 1 月之前
父节点
当前提交
87d93eeb2e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Global/JetBrains.gitignore

+ 1 - 0
Global/JetBrains.gitignore

@@ -63,6 +63,7 @@ atlassian-ide-plugin.xml
 
 
 # SonarLint plugin
 # SonarLint plugin
 .idea/sonarlint/
 .idea/sonarlint/
+.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
 
 
 # Crashlytics plugin (for Android Studio and IntelliJ)
 # Crashlytics plugin (for Android Studio and IntelliJ)
 com_crashlytics_export_strings.xml
 com_crashlytics_export_strings.xml