diff --git a/.eslintignore b/.eslintignore index 6cd1b6d63f..78fcb7b079 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ static/**/*.js build node_modules +v2 diff --git a/.npmignore b/.npmignore index 32f5543c28..d483cabb0d 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,4 @@ yarn.lock website docs docusaurus-init +v2 diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000000..8494ac2706 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +v2 \ No newline at end of file diff --git a/package.json b/package.json index 071f76246b..fd0931bfb7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,8 @@ "jest": { "testPathIgnorePatterns": [ "/node_modules/", - "__fixtures__" + "__fixtures__", + "v2" ], "testURL": "http://localhost/" },