Skip to content

Commit 87ffb46

Browse files
author
Nate Smith
authored
Merge pull request cli#338 from spenrose/add-to-gitignore
Add .vscode and .DS_Store to .gitignore
2 parents 7c8b69f + 2d10eb9 commit 87ffb46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
/site
66
.github/**/node_modules
77
/CHANGELOG.md
8+
9+
# VS Code
10+
.vscode
11+
12+
# macOS
13+
.DS_Store

0 commit comments

Comments
 (0)