Ignore .DS_Store file on macOS.

This commit is contained in:
David Anson 2021-01-29 19:50:33 -08:00
parent 838afe0a00
commit 6f39df1417

1
.gitignore vendored
View file

@ -7,4 +7,5 @@ node_modules
!test/node_modules
npm-debug.log
test-repos
.DS_Store
.vscode