From 4fc53324c40edfb23f0b0d7972b7c34593a0b202 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 24 Aug 2019 22:15:10 -0500 Subject: [PATCH] Added config for htmltest and updated .gitignore to skip the outout of htmltest --- .gitignore | 3 +++ .htmltest.yml | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .htmltest.yml diff --git a/.gitignore b/.gitignore index be4dece5..d3bce56b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ output .doit.* state_data.json public + +tmp/.htmltest/htmltest.log +tmp/.htmltest/refcache.json \ No newline at end of file diff --git a/.htmltest.yml b/.htmltest.yml new file mode 100644 index 00000000..b5a495d4 --- /dev/null +++ b/.htmltest.yml @@ -0,0 +1,5 @@ +DirectoryPath: "public" +EnforceHTTPS: true +CacheExpires: "6h" +IgnoreDirs: + - "photos"