简体   繁体   中英

Which are the bare minimum source files that I should upload to a CodePlex project?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM