Add .DS_Store to .gitignore

This commit is contained in:
Michael Frank 2021-05-11 14:34:39 +12:00
parent 87e9d0eabc
commit 03d7fe251a
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode
node_modules
node_modules/
.DS_Store