In .gitignore file I have this
#dependencies
/node_modules
to ignore node_modules
folder when committing changes but WebStorm IDE keeps showing changes in the node_modules
folder. Anyone encountered this?
I tried this: https://gist.github.com/pavankjadda/2bb6fbdd8786e1f57fd7bcbcc666b51d But it didn't help