1

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?

Sample: enter image description here

Stefan
  • 14,826
  • 17
  • 80
  • 143

1 Answers1

0

Yes, there are also a couple of reports of it on Microsoft Connect. You should vote for the issue there. I reported it in October.

.gitignore not being honored when using SymLinks

Dustin
  • 87
  • 1
  • 2
  • thanks, it is similar to the one I worte: https://developercommunity.visualstudio.com/content/problem/145995/git-npm-link-files-are-not-ignored-in-the-node-mod.html and you already commented on :) – Stefan Nov 28 '17 at 15:15