Compare commits

...

2 Commits

Author SHA1 Message Date
Huy Z
6188563521
Merge 11738d1b8a into 4d89c5d3e2 2026-04-17 20:22:19 -07:00
Huy Z
11738d1b8a
Fix comment syntax in JetBrains gitignore
Comments must have `#` starting the line. Inline `#`s would just prevent the ignore lines from working as intended.
2025-09-21 23:53:14 -07:00

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