我应该上传到 CodePlex 项目的最少源文件有哪些?

发布于 2024-07-07 14:40:53 字数 294 浏览 8 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

摇划花蜜的午后 2024-07-14 14:40:53

由于它是一个开源项目,我会说所有源文件,至少是您的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文