Skip to content

Commit 105082d

Browse files
authored
Update VisualStudio.gitignore - remove *.vbp extension
Remove *.vbp extension. Such files are the main Visual Basic 6 Project Files and should not be ignored. It's like ignoring .csproj or .vbproj files in .NET projects.
1 parent 524ae7b commit 105082d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

VisualStudio.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,6 @@ node_modules/
310310
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
311311
*.vbw
312312

313-
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
314-
*.vbp
315-
316313
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
317314
*.dsw
318315
*.dsp

0 commit comments

Comments
 (0)