mirror of
https://github.com/github/gitignore.git
synced 2026-04-14 15:11:42 +08:00
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:
parent
fc6ce5da28
commit
11738d1b8a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user