]> source.dussan.org Git - gitignore.git/commitdiff
Add JetBrains note for PyCharm to Python.gitignore 3451/head
authorBrianMSheldon <brianmsheldon@gmail.com>
Wed, 24 Jun 2020 19:47:11 +0000 (15:47 -0400)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 19:47:11 +0000 (15:47 -0400)
First and foremost I think that requiring such a complicated gitignore for JetBrains IDEs is a failure on JetBrains part in structuring their project setting.  I also feel that it should be included in the `Python.gitignore` due to its popularity and due to the frequency of requests.  A quick search for `PyCharm` PRs shows 81 closed PRs requesting it be added and if searching for `.idea` you can see many more have been requested.  However I understand the maintenance burden in including it when a user can manually merge the two files themselves so I understand why the maintainers have opted to maintain it seperately.

The main problem I see is that with many people adding the `Python.gitignore` at project creation through the Github UI and the `JetBrains.gitignore` being in the Global folder and makes it less discoverable than it should be.

This PR adds a comment for people adding the `Python.gitignore` directing them to the global `JetBrains.gitignore` which should solve this issue in a way that is acceptable for the maintainers, since comment-only sections already exist for `pyenv` and `pipenv`.

Python.gitignore

index a81c8ee121952cf06bfaf9ff9988edd8cded763c..92ff2c4bb085c5af45c0b39b1e46b641e582359c 100644 (file)
@@ -136,3 +136,10 @@ dmypy.json
 
 # Cython debug symbols
 cython_debug/
+
+# PyCharm
+#  JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
+#  be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
+#  and can be added to the global gitignore or merged into this file.  For a more nuclear
+#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
+#.idea/