Adding folders to global Git ignore in 2019.3
I'm curious how can I add a whole folder into the global .gitignore in 2019.3?
It was possible in the previous versions (e.g. 2019.1), but not in the latest one, which is really big loss for me:

Please sign in to leave a comment.
Now in the latest phpStorm 2019.3 I can add only a file into local .gitignore:
Since 2019.2, we've moved from the built-in VCS ignore to the proper ignore files.
https://blog.jetbrains.com/idea/2019/07/support-for-vcs-ignores-in-intellij-idea-and-intellij-based-ides/
The older settings were not migrated to .gitignore: https://youtrack.jetbrains.com/issue/IDEA-219371
You can use the global .gitignore instead: https://stackoverflow.com/a/41705045/8018879