From 717ffd0e70875d281b066be88c434572ee46bfa0 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Wed, 29 Jan 2020 10:46:03 -0600 Subject: [PATCH] Update ignores --- .gitignore | 1 + lerna.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df95fda0..bae2a20a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ package-lock.json *.swp dist .DS_Store +.vscode/ diff --git a/lerna.json b/lerna.json index dbbf2c9c..eb366709 100644 --- a/lerna.json +++ b/lerna.json @@ -6,6 +6,7 @@ "useWorkspaces": true, "version": "independent", "ignoreChanges": [ - "**/*.md" + "**/*.md", + "**/test/**" ] }