diff --git a/.gitignore b/.gitignore index 5f1338f232..504361b225 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ MANIFEST dist/ docs/_build/ docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage build/ +tests/report/ diff --git a/.hgignore b/.hgignore index 0cd691d1c6..8c900d573a 100644 --- a/.hgignore +++ b/.hgignore @@ -8,6 +8,8 @@ MANIFEST dist/ docs/_build/ docs/locale/ +node_modules/ tests/coverage_html/ tests/.coverage build/ +tests/report/