Skip to content

Commit 880b125

Browse files
committed
1 parent 38fb874 commit 880b125

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,15 @@ logviewer/pnpm-lock.yaml
160160
logviewer/webpack.config.js
161161
logviewer/webpack.generated.js
162162
.DS_Store
163-
.vscode
163+
164+
# VisualStudioCode
165+
.vscode/*
166+
!.vscode/settings.json
167+
!.vscode/extensions.json
168+
!.vscode/*.code-snippets
169+
170+
# Local History for Visual Studio Code
171+
.history/
172+
173+
# Built Visual Studio Code Extensions
174+
*.vsix

0 commit comments

Comments
 (0)