diff --git a/.eslintignore b/.eslintignore index 16d8d68..0a5b7d9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ build/ +cypress/reports/ node_modules/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index 157be6c..95858d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ +cypress/reports/ node_modules/ .vuepress/.cache .vuepress/.temp