Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is It mandatory to check in Bin and Obj files to SVN or any other repository?

I am using svn as my repository. Is it mandatory to commit Obj and Bin to svn / other vcs ? As per my knowledge those are not required because when we build the solution Bin and Obj files will be generated automatically. Please correct me if I am wrong.

Thanks in advance.

like image 694
Sagar Avatar asked Oct 30 '25 03:10

Sagar


1 Answers

Yes you are absolutely correct. Don't check-in bin or obj folders. Exclude them from check-in list.

Once source code is taken and built locally those files and required dll's will get generated automatically

like image 145
Rahul Avatar answered Oct 31 '25 19:10

Rahul



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!