]> source.dussan.org Git - gitignore.git/commitdiff
extract JetBrains header information into metadata
authorBrendan Forster <github@brendanforster.com>
Mon, 18 Jun 2018 09:55:42 +0000 (06:55 -0300)
committerBrendan Forster <github@brendanforster.com>
Mon, 18 Jun 2018 09:55:42 +0000 (06:55 -0300)
Global/JetBrains.gitignore
Global/JetBrains.yml [new file with mode: 0644]

index 02d16aae38c6fdab63f9d5e14b2b4e1a92dccdff..b778d2380e213470371bcca7e9c76c9e354ddbba 100644 (file)
@@ -1,6 +1,3 @@
-# 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
 .idea/**/workspace.xml
 .idea/**/tasks.xml
diff --git a/Global/JetBrains.yml b/Global/JetBrains.yml
new file mode 100644 (file)
index 0000000..402f650
--- /dev/null
@@ -0,0 +1,11 @@
+aliases:
+  - IntelliJ
+  - RubyMine
+  - PhpStorm
+  - AppCode
+  - PyCharm
+  - CLion
+  - Android Studio
+  - WebStorm
+  - Rider
+reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
\ No newline at end of file