Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
另一个本地 npm 存储库使用 npm link 命令链接。示例:npm link "@test\xyz"。尽管 node_modules 文件夹已经在 .gitignore 中,但链接被标记为已更改。
npm link "@test\xyz"
未检测到向 node_modules 文件夹添加另一个文件、链接等作为更改。
Sorucetree 和 npm commit 不会检测到更改。
还有其他人遇到过吗?
样本:
是的,Microsoft Connect 上也有一些关于它的报告。你应该在那里为这个问题投票。我是在 10 月份报告的。
.gitignore 在使用 SymLinks 时不被尊重