Fix comment syntax in JetBrains gitignore

Comments must have `#` starting the line. Inline `#`s would just prevent the ignore lines from working as intended.
This commit is contained in:
Huy Z 2025-09-21 23:53:14 -07:00 committed by GitHub
parent fc6ce5da28
commit 11738d1b8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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