Merge pull request #338 from spenrose/add-to-gitignore

Add .vscode and .DS_Store to .gitignore
This commit is contained in:
Nate Smith 2020-02-10 11:55:06 -06:00 committed by GitHub
commit 87ffb4652f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View file

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