I am working on a git branch and I'm using VS Code to track any changes I make to the branch.
However, when I ran npm install
, VS Code started to track node_modules which has 850+ changes.
I've added it to .gitignore
file but there is no change so far.