Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Please see the following screenshot, why adding a new new file I always need to
use Git/Add ignore file (right click on the file) ?
It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework>
Thanks in advance,
Thanks for reaching out!
Here are some steps to fix the issue
.gitignore file that are matching the new files you are trying to add. You can find this file in your project's root directory. If it's not there, maybe create one to customize which files should be ignored.tfignore file. This file works similarly to .gitignore. Place it in your project directory to specify which files should be ignored by source control..gitignore file accordingly. This will help in managing ignored files more effectively.