We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e42aa commit e285e4bCopy full SHA for e285e4b
VisualStudio.gitignore
@@ -286,6 +286,17 @@ node_modules/
286
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
287
*.vbw
288
289
+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
290
+*.wbp
291
+
292
+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
293
+*.dsw
294
+*.dsp
295
296
+# Visual Studio 6 techical files (their purpose is unknown for me)
297
+*.ncb
298
+*.aps
299
300
# Visual Studio LightSwitch build output
301
**/*.HTMLClient/GeneratedArtifacts
302
**/*.DesktopClient/GeneratedArtifacts
0 commit comments