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/**" ] }