X Tutup
Skip to content

Commit 2d10eb9

Browse files
committed
Add .vscode and .DS_Store to .gitignore
1 parent 7c8b69f commit 2d10eb9

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)
X Tutup