From 15017ed0e57ddc3b1ce9344cec1c75a78896221c Mon Sep 17 00:00:00 2001 From: Stuart McGrigor Date: Thu, 8 Aug 2019 23:17:49 +1200 Subject: [PATCH] Ignore generated static HTML files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b8fb7487..a93f147e 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ cli/index.js .ghpages-tmp stats.json /package-lock.json +redoc-static.html