我应该上传到 CodePlex 项目的最少源文件有哪些?
我正在寻求改进几个月前开始的一个旧的开源项目。 我是一个整洁狂热者,我真的很努力“像女孩一样编码< /a>”只要有可能。 这就是为什么我一直使用 StyleCop 来监管我的代码,这让我非常高兴。 现在,由于某种原因,我有一种感觉,我在第一次提交时上传了一堆垃圾,所以这次我只想上传实际需要的文件,而不是其他。
I'm looking to revamp an old open source project I've started a couple of months ago. I'm a tidiness fanatic, I really try hard to "code like a girl" whenever I can. That's why I've been policing my code with StyleCop, which makes me really happy. Now for some reason I've got the feeling that I've uploaded a pile of junk back then with the first commit, so this time I just want to upload only the actual required files, nothing else.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于它是一个开源项目,我会说所有源文件,至少是您的 csproj 和 .sln 文件。 您可以避免签入 .suo 文件,因为这些文件只是您的 IDE 选项。
With it being an open source project, I would say all source files, and at minimum your csproj and .sln files. You could avoid checking in the .suo files as those are just your IDE options.