IDE: Visual Studio Community 2019 SO: Windows 10
I found this extension for vscode: https://marketplace.visualstudio.com/items?itemName=npxms.hide-gitignored
And I want do this in visual studio.
I run this command in cmd: git rm -r --cached . && git add . && git commit -am "Remove ignored files"
Worked temporally, after build solution the new files are there again.
.gitignore file and screen of visual studio I want change
If anyone can help I will appreciate.
[EDIT]: I want not see .gitignored files in git changes tab. Git is already ignore these files, when make pull or push these files not go to devop's repository or not get from there. But still showed at git changes tab.