Update ignores

This commit is contained in:
Brian M. Carlson 2020-01-29 10:46:03 -06:00
parent 11ab1daadd
commit 717ffd0e70
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ package-lock.json
*.swp
dist
.DS_Store
.vscode/

View File

@ -6,6 +6,7 @@
"useWorkspaces": true,
"version": "independent",
"ignoreChanges": [
"**/*.md"
"**/*.md",
"**/test/**"
]
}