I want to use git for version control of VB 5.0.
There are many files under the project and I suppose there're some files that should be ignored.
This link provides the .gitignore file for VisualStudio. I'm not sure if it fits VB 5.0.
Especially, I'm not sure whether .vbw and .log under the project should be ignored.
Could you give me some explanation about those extension files?
Which files of VB 5.0 project can I ignore with git?
173 views Asked by niaomingjian At
1
As mentioned here regarding
vbwfiles:Generally, any file generated (like those listed here), or with local information (like your own Windows positions) should be ignored: they are relevant only for you.