Skip to content

Commit 8d88446

Browse files
phillip-haydonhansl
authored andcommitted
fix(gitignore): No longer ignore VSCode settings (#3477)
1 parent 183d301 commit 8d88446

File tree

1 file changed

+7
-1
lines changed
  • packages/angular-cli/blueprints/ng2/files

1 file changed

+7
-1
lines changed

packages/angular-cli/blueprints/ng2/files/gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@
1010

1111
# IDEs and editors
1212
/.idea
13-
/.vscode
1413
.project
1514
.classpath
1615
.c9/
1716
*.launch
1817
.settings/
1918

19+
# IDE - VSCode
20+
.vscode/*
21+
!.vscode/settings.json
22+
!.vscode/tasks.json
23+
!.vscode/launch.json
24+
!.vscode/extensions.json
25+
2026
# misc
2127
/.sass-cache
2228
/connect.lock

0 commit comments

Comments
 (0)