diff options
author | Arthur Kelsch <akelsch@users.noreply.github.com> | 2018-03-25 22:55:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-25 22:55:39 +0200 |
commit | 5713541b526e3bbdbfffe74c2a699b7b6c033c75 (patch) | |
tree | 3c3a1a26ea9abc1443f085637f2b38fe6633a9c3 /Global | |
parent | 33ea87bc0e9c360b60a7a515bd32aab0f1d2914e (diff) | |
download | gitignore-5713541b526e3bbdbfffe74c2a699b7b6c033c75.tar.gz gitignore-5713541b526e3bbdbfffe74c2a699b7b6c033c75.zip |
Remove colons at the end of comments
Diffstat (limited to 'Global')
-rw-r--r-- | Global/JetBrains.gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 9c01e12b..1f12b050 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,12 +1,12 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# User-specific stuff: +# User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries -# Sensitive or high-churn files: +# Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml @@ -14,7 +14,7 @@ .idea/**/dynamic.xml .idea/**/uiDesigner.xml -# Gradle: +# Gradle .idea/**/gradle.xml .idea/**/libraries @@ -22,13 +22,13 @@ cmake-build-debug/ cmake-build-release/ -# Mongo Explorer plugin: +# Mongo Explorer plugin .idea/**/mongoSettings.xml -## File-based project format: +## File-based project format *.iws -## Plugin-specific files: +## Plugin-specific files # IntelliJ out/ |