diff --git a/.gitignore b/.gitignore index 0f01c0b..7759ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,9 @@ nbproject # local config ######################## config/local.js + +######################## +# custom ignores +######################## +assets/templates/*.html + diff --git a/assets/templates/runs.html b/assets/templates/runs.html deleted file mode 100644 index ca62c7e..0000000 --- a/assets/templates/runs.html +++ /dev/null @@ -1 +0,0 @@ -
{{ helloMsg }}
\ No newline at end of file