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.
This commit is contained in:
Daniel Rothmaler 2020-03-25 13:24:03 +01:00
parent 4488915eec
commit d20b6b9e54
12 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/AppCode.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/CLion.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/DataGrip.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/GoLand.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

View File

@ -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

1
Global/PhpStorm.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/PyCharm.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/Rider.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/RubyMine.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore

1
Global/WebStorm.gitignore Symbolic link
View File

@ -0,0 +1 @@
IntelliJPlatform.gitignore