diff options
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ var/ *.egg # Unit test / coverage reports -cov_html/ +docs/cov_html/ .tox/ .coverage .coverage.* @@ -42,6 +42,6 @@ docs/_build/ venv/ ENV/ -# Javascript stuff for the www ui -node_modules +# Javascript, web-ui +www/node_modules www/public @@ -25,4 +25,4 @@ pep8ignore = branch = True [coverage:html] -directory = cov_html +directory = docs/cov_html |