Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 Git 中跟踪的视觉工作室项目。这是下拉源代码并能够加载项目所必需的。但是,.csproj 文件中有一些特定于用户的信息,对于不断签入和替换人们的本地更改非常烦人。
有针对这个的解决方法吗?
您必须在 .gitignore 中添加文件,然后从 git repo 中删除它们:
git rm .csproj
但请注意,如果新开发人员需要一些通用配置,他们将需要自己获取通用内容。
只需在文件中添加文件名或掩码.gitignore。.gitignore应该事后提交。
.gitignore