Skip to content

Commit 7844c0d

Browse files
committed
Update Visual Studio Code ignores
In Visual Studio Code 0.8.0, .settings is renamed to .vscode; adds .vscode ignores to .gitignore with an override for tasks.json per microsoft#3156.
1 parent 90273f9 commit 7844c0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tests/services/baselines/local/*
2121
tests/baselines/prototyping/local/*
2222
tests/baselines/rwc/*
2323
tests/baselines/test262/*
24-
tests/baselines/reference/projectOutput/*
24+
tests/baselines/reference/projectOutput/*
2525
tests/baselines/local/projectOutput/*
2626
tests/services/baselines/prototyping/local/*
2727
tests/services/browser/typescriptServices.js
@@ -50,3 +50,5 @@ internal/
5050
**/.DS_Store
5151
.settings/*
5252
!.settings/tasks.json
53+
.vscode/*
54+
!.vscode/tasks.json

0 commit comments

Comments
 (0)