Skip to content

Commit 957ee18

Browse files
update gitignore
1 parent 78fa1e1 commit 957ee18

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@
1313

1414
# Dependency directories (remove the comment below to include it)
1515
# vendor/
16+
17+
# VS Code
18+
.vscode/*
19+
!.vscode/settings.json
20+
!.vscode/tasks.json
21+
!.vscode/launch.json
22+
!.vscode/extensions.json
23+
!.vscode/*.code-snippets
24+
25+
# Local History for Visual Studio Code
26+
.history/
27+
28+
# Built Visual Studio Code Extensions
29+
*.vsix

0 commit comments

Comments
 (0)