我正在使用2019
我试图在.gitignore包管理器控制台中创建NuGet,但在Visual和根文件夹中没有发现显示的.gitignore。
> dotnet new gitignore
Getting ready...
The template "dotnet gitignore file" was created successfully.
> ls
my_server
my_server.sln
> dotnet new gitignore
Creating this template will make changes to existing files:
Overwrite .gitignore发布于 2021-04-22 06:03:16
终于弄明白了。
右键单击Visual中的解决方案>显示选项>选择Show all files
然后.gitignore就会出现
https://stackoverflow.com/questions/67206637
复制相似问题