Skip to content

Commit 214f49e

Browse files
🪲 [Fix]: Keep VS Code snippet files out of the ignore list
The canonical github/gitignore VS Code template un-ignores .vscode/*.code-snippets; the template dropped it, so workspace snippets committed on purpose are invisible to git in every repository created from it. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent aa0d124 commit 214f49e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
!.vscode/tasks.json
55
!.vscode/launch.json
66
!.vscode/extensions.json
7+
!.vscode/*.code-snippets
78
*.code-workspace
89

910
# Local History for Visual Studio Code

0 commit comments

Comments
 (0)