Skip to content

Commit 935ef60

Browse files
committed
exclude vscode from gitignore
1 parent c3b253f commit 935ef60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,8 @@ gatsby-starter-blog/
209209
# hugo excludes
210210
.hugo_build.lock
211211
go.sum
212-
themes/*
212+
themes/*!/.vscode/
213+
214+
# vscode
215+
/.vscode/
216+
#!/.vscode/settings.json

0 commit comments

Comments
 (0)