0
Hello,
I am migrating from TFS to GIT, I have imported into the Archive itself from a new repository giving rise to my TFS project...
Made the import, I opened the project in visual studio, but these changes appear...
I got a gitignore on the net: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
I tried using the command suggested in this post: https://stackoverflow.com/a/15345709/10647645, also did not work...
Someone’s been through it, or knows how to fix it?
You’ve already committed to . gitignore in the repository?
– egomesbrandao
Yes, I’ve decided to do on every PC in the same project this git rm --cached *.extensao... But I would still like to know if there is a definitive way, because I did this procedure yesterday, when I opened today, I had less than yesterday but I had some again...
– LeoHenrique
That in reality the ultimate way would be with gitignore ne....
– LeoHenrique
I think it’s not even a question of "definitive way", it’s the only one... what you actually did was remove from the commit area... Some reason you didn’t put the file. gitignore?
– egomesbrandao