I have a local .gitignore file in my repo's root folder with the content pasted from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
After I added the content, it ignored some of the checked out files, but they're still more than 200 files left as it can be seen on the screenshot.
I am using VS 2019.
What might be the problem?
EDIT: After I do git checkout .
, I get "nothing added to commit" message, and then whenever I build, there are more than 200 modified files.