From d20b6b9e546bc16946f779bdc1d60d913019210a Mon Sep 17 00:00:00 2001 From: Daniel Rothmaler Date: Wed, 25 Mar 2020 13:24:03 +0100 Subject: [PATCH] Rename Jetbrains Ignore-File and Add Some Symlinks, to Improve Visibility This gitignore, only covers JetBrains products, that are based on the IntelliJ Platform. JetBrains also offers other products, that are not base on IntelliJ (e. g. Resharper) and therefore would need a totally different gitignore file. So it seems to be more appropriate to name it according to the platform instead of the company. Also the names "JetBrains" or "IntelliJ" might not be obvious to somebody looking for "GoLang" or "PhpStorm". Adding some symlinks will hopefully solve the problem and will make it easier for people to find what they are looking for. --- Global/AndroidStudio.gitignore | 1 + Global/AppCode.gitignore | 1 + Global/CLion.gitignore | 1 + Global/DataGrip.gitignore | 1 + Global/GoLand.gitignore | 1 + Global/IntelliJIDEA.gitignore | 1 + Global/{JetBrains.gitignore => IntelliJPlatform.gitignore} | 2 +- Global/PhpStorm.gitignore | 1 + Global/PyCharm.gitignore | 1 + Global/Rider.gitignore | 1 + Global/RubyMine.gitignore | 1 + Global/WebStorm.gitignore | 1 + 12 files changed, 12 insertions(+), 1 deletion(-) create mode 120000 Global/AndroidStudio.gitignore create mode 120000 Global/AppCode.gitignore create mode 120000 Global/CLion.gitignore create mode 120000 Global/DataGrip.gitignore create mode 120000 Global/GoLand.gitignore create mode 120000 Global/IntelliJIDEA.gitignore rename Global/{JetBrains.gitignore => IntelliJPlatform.gitignore} (89%) create mode 120000 Global/PhpStorm.gitignore create mode 120000 Global/PyCharm.gitignore create mode 120000 Global/Rider.gitignore create mode 120000 Global/RubyMine.gitignore create mode 120000 Global/WebStorm.gitignore diff --git a/Global/AndroidStudio.gitignore b/Global/AndroidStudio.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/AndroidStudio.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/AppCode.gitignore b/Global/AppCode.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/AppCode.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/CLion.gitignore b/Global/CLion.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/CLion.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/DataGrip.gitignore b/Global/DataGrip.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/DataGrip.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/GoLand.gitignore b/Global/GoLand.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/GoLand.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/IntelliJIDEA.gitignore b/Global/IntelliJIDEA.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/IntelliJIDEA.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/JetBrains.gitignore b/Global/IntelliJPlatform.gitignore similarity index 89% rename from Global/JetBrains.gitignore rename to Global/IntelliJPlatform.gitignore index 3649d6dc..14cfe474 100644 --- a/Global/JetBrains.gitignore +++ b/Global/IntelliJPlatform.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Covers all JetBrains IDEs, based on the IntelliJ Platform: Android Studio, AppCode, CLion, DataGrip, GoLand, IntelliJ IDEA, PhpStorm, Rider, PyCharm, RubyMine and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff diff --git a/Global/PhpStorm.gitignore b/Global/PhpStorm.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/PhpStorm.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/PyCharm.gitignore b/Global/PyCharm.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/PyCharm.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/Rider.gitignore b/Global/Rider.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/Rider.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/RubyMine.gitignore b/Global/RubyMine.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/RubyMine.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file diff --git a/Global/WebStorm.gitignore b/Global/WebStorm.gitignore new file mode 120000 index 00000000..a97be341 --- /dev/null +++ b/Global/WebStorm.gitignore @@ -0,0 +1 @@ +IntelliJPlatform.gitignore \ No newline at end of file