From 105082db0691bd829df79b2cd693343f10877832 Mon Sep 17 00:00:00 2001 From: gh658804 Date: Wed, 2 Jul 2025 22:44:18 +0300 Subject: [PATCH] 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. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ce892922..cfb18bbe 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -310,9 +310,6 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - # Visual Studio 6 workspace and project file (working project files containing files to include in project) *.dsw *.dsp