A other local npm repository was link with the npm link command. Sample: npm link "@test\xyz"
. Despite the node_modules folder beeing already in the .gitignore the links was marked as changed.
Adding another File, Link etc to the node_modules folder was not detected as change.
Sorucetree and npm commit don't detect changes.
Anybody else encounted that?