简体   繁体   中英

Visual Studio .suo and .dll?

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;

enter image description here

enter image description here

enter image description here

enter image description here

Comits coming out;

enter image description here

It looks like you already have been pushed that folder to the git repo. You should remove it with git rm -r --cached.vs .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM