我见过很少的网络帖子和解决方案,但似乎不起作用。我错过了显而易见的事情吗?这就是我所拥有的
在解决方案级别,而不是包所在的位置,我有一个文件夹,如下面的图所示

.tfignore包含以下内容
# Ignore NuGet Packages
*.nupkg
# Ignore the NuGet packages folder in the root of the repository. If needed, prefix 'packages'
# with additional folder names if it's not in the same folder as .tfignore.
packages
# Omit temporary files
project.lock.json
project.assets.json
*.nuget.propsnuget.config.xml包含
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>当我尝试在visual studio 2017中签入项目时,它仍然显示所有的包。
有人能帮我解决我做的错事吗?
谢谢
发布于 2018-03-16 12:21:16
发布于 2018-03-16 11:23:27
https://stackoverflow.com/questions/49316977
复制相似问题