Which files do you commit and/or omit from your source control?

前端 未结 5 539
囚心锁ツ
囚心锁ツ 2021-01-06 04:09

I think we can all agree, when a developer gets a project out of their source control system... it should successfully build.

Question: What extraneous files do you

5条回答
  •  青春惊慌失措
    2021-01-06 04:32

    My global ignore pattern for TortoiseSVN is: *.vbw *.scc *.vbg */bin */obj *.bak *.user *.suo *.webinfo bin obj *.dll *.pdb *.exe which covers both VB6 and C#.

提交回复
热议问题