PyCharm version 2018.2
No matter what I try, PyCharm still sends node_modules
to the git repo.
I want to make a universal exclusion, so that no matter what level of the directory tree, node_modules
is excluded from git, but it just doesn't work.
You can see here I have tried every combination to specify.
But when I select "commit directory", you can see from the next screenshot below that it still wants to send all the node_modules
files.
Any suggestions?