Lesson Learnt When Using Git To Manage Your Souce Code In .NET project

by September 04, 2016 0 comments
1. Files should not commit:
- *.suo
- *.user
- *.sln.docstates
- Bin folder
- Obj/Debug folder

2. Always do clean project before commit code to avoid to generate dll file in bin folder

3. Use gitIgnore file, create manually or generate automatically by Git Setting/Repository Setting in Visual Studio

An Nguyen

Developer

Sharing daily exciting lesson learned and posts about .NET, SQL Server, HTML, Javascript - jQuery, CSS - Bootstrap, SalesForce CRM, Kentico CMS and so on.

0 comments :

Post a Comment