Replies: 1 comment
-
Hey @gh658804 Please feel free to open a PR with your proposed changes and we can review |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following two lines are erroneous and must be removed.
Files with this extension are NOT auto-generated and do not "contain which files were open etc.". They are the main project files. The .NET equivalent is .csproj or .vbproj, so it's very important NOT to exclude them from any project.
In another position of .gitignore, a line for *.vbw exists which is correctly described as "Visual Studio 6 auto-generated workspace file (contains which files were open etc.)" and correctly exists in .gitignore
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions