Skip to content

Commit 14f9bdd

Browse files
authored
1 parent ceb7860 commit 14f9bdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/resources/content/gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Thumbs.db
1818
# Ref: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
1919
# Ref: https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
2020
.idea
21-
.vscode
21+
.vscode/*
22+
!.vscode/settings.json
23+
!.vscode/tasks.json
24+
!.vscode/launch.json
25+
!.vscode/extensions.json
2226

2327
# Dependencies
2428
node_modules

0 commit comments

Comments
 (0)