我应该在源代码管理中保留哪些 ReSharper 文件以及应该忽略哪些文件?
那么,在 Mercurial(或任何其他源代码控制服务)中提交时我应该保留哪些文件以及可以忽略哪些文件?
或者我应该保留所有这些?
So, which files should I keep and which ones can I ignore when commiting in Mercurial (or any other source control service)?
Or am I expected to keep them all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
针对 Git 的 ReSharper(和 VisualStudio)忽略的建议位于此处:
Recommendations for ReSharper (and VisualStudio) ignores for Git are here:
一个简单的经验法则是忽略所有 ReSharper 文件。它们是本地缓存和用户特定的设置,不属于源代码管理。
一些例外可能是按键映射和/或代码模板(如果您想共享)。
An easy rule of thumb is to ignore all of the ReSharper files. They are local caches and user-specific settings that don't belong in source control.
Some exeption could be things like key maps and/or code templates (if you want to share.)
resharper 文件夹将以 和 下划线开头。你可以忽略它们。
哦,已经有一个关于这个问题的讨论,应该为您提供大量关于要忽略什么的信息。
我不断获得更多
The resharper folder will start with and underscore. You can ignore them.
Oh there is an SO discussion on this already and should provide you with good deal of information on what to ignore.
I keep getting more