Visual Studio TFS Git not seeing any changes

后端 未结 11 829
后悔当初
后悔当初 2020-12-23 13:13

I\'m not getting something about Visual Studio\'s Git for TFS.

I cloned a colleague\'s solution in Git on TFS and started adding code. I then realised that I needed

11条回答
  •  攒了一身酷
    2020-12-23 14:01

    I had to add this line to my .gitignore:

    [path to project]/node_modules/
    

    Apparently VS2015 was crashing on some very long path in there and would just decide to give up all hope

提交回复
热议问题