8000 Add .DS_Store to .gitignore · unconnect/javascript-exercises@03d7fe2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03d7fe2

Browse files
author
Michael Frank
committed
Add .DS_Store to .gitignore
1 parent 87e9d0e commit 03d7fe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode
2-
node_modules
2+
node_modules/
3+
.DS_Store

0 commit comments

Comments
 (0)
0