summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--setup.cfg2
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0f6346c3..ebefca83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/setup.cfg b/setup.cfg
index 307b08bf..f684f635 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,4 +25,4 @@ pep8ignore =
branch = True
[coverage:html]
-directory = cov_html
+directory = docs/cov_html