I am using EF Core. Files with .dll and .suo extensions are constantly coming up when committing on Visual Studio. I specified in gitignore that it should ignore them. I guess I missed something.
Gitignore;
Comits coming out;
I am using EF Core. Files with .dll and .suo extensions are constantly coming up when committing on Visual Studio. I specified in gitignore that it should ignore them. I guess I missed something.
Gitignore;
Comits coming out;
It looks like you already have been pushed that folder to the git repo. You should remove it with git rm -r --cached .vs.