Which Visual C++ file types should be committed to version control?

后端 未结 8 1007
我寻月下人不归
我寻月下人不归 2020-12-02 03:59

Which Visual Studio \\ Visual C++ file types should be committed to version control?
In my project I have the following file types:

aps
cpp
exe
filters
h         


        
8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-02 04:03

    If you right click over the project there should be a "Add Solution to Source Control" option in the context menu.

    If you use this, only those files that are necessary will be added. All the intermediate and output files will be ignored.

提交回复
热议问题