Skip to content

Commit 818c9dc

Browse files
authored
Merge pull request #4044 from Bdeering1/patch-1
[VisualStudio.gitignore] Update VS Code ignores to match file in global
2 parents 9a1c373 + 9fffcae commit 818c9dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

VisualStudio.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,14 @@ FodyWeavers.xsd
400400
!.vscode/tasks.json
401401
!.vscode/launch.json
402402
!.vscode/extensions.json
403-
*.code-workspace
403+
!.vscode/*.code-snippets
404404

405405
# Local History for Visual Studio Code
406406
.history/
407407

408+
# Built Visual Studio Code Extensions
409+
*.vsix
410+
408411
# Windows Installer files from build outputs
409412
*.cab
410413
*.msi

0 commit comments

Comments
 (0)