Skip to content

Commit bc98a1c

Browse files
committed
gitignore vscode local.code-workspace
This allows user to safely add a local code-workspace to the project to override any settings that don't work for them, without changing .vscode/settings.json
1 parent 8b74c3f commit bc98a1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
.nyc_output/*
44
# .vscode/settings.json
5+
# optional local preferences for vscode
6+
local.code-workspace
7+
58
node_modules/*
69

710
analyzer/

0 commit comments

Comments
 (0)