Add .vscode and .DS_Store to .gitignore

This commit is contained in:
Scott Penrose 2020-02-09 00:16:47 -05:00
parent 7c8b69fb5b
commit 2d10eb9b32
No known key found for this signature in database
GPG key ID: F4666FC471E2FE70

6
.gitignore vendored
View file

@ -5,3 +5,9 @@
/site
.github/**/node_modules
/CHANGELOG.md
# VS Code
.vscode
# macOS
.DS_Store