Skip to content

Commit 9fffcae

Browse files
authored
Update VS Code ignores to match file in global
Updated the VS Code section of VisualStudio.gitignore to match the Global/VisualStudioCode.gitignore file.
1 parent d0b80a4 commit 9fffcae

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
@@ -382,11 +382,14 @@ FodyWeavers.xsd
382382
!.vscode/tasks.json
383383
!.vscode/launch.json
384384
!.vscode/extensions.json
385-
*.code-workspace
385+
!.vscode/*.code-snippets
386386

387387
# Local History for Visual Studio Code
388388
.history/
389389

390+
# Built Visual Studio Code Extensions
391+
*.vsix
392+
390393
# Windows Installer files from build outputs
391394
*.cab
392395
*.msi

0 commit comments

Comments
 (0)