From 11738d1b8ad28eb182a13f9f5471dc63aac56d6a Mon Sep 17 00:00:00 2001 From: Huy Z Date: Sun, 21 Sep 2025 23:53:14 -0700 Subject: [PATCH] Fix comment syntax in JetBrains gitignore Comments must have `#` starting the line. Inline `#`s would just prevent the ignore lines from working as intended. --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a69eea4d..a72fe977 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -63,7 +63,8 @@ atlassian-ide-plugin.xml # SonarLint plugin .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 +# See https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119 +.idea/sonarlint.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml