From aa7bd2bf86816e143c28be7b9720d68f7376105d Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sat, 19 Sep 2020 01:19:20 -0700 Subject: [PATCH] Ignore the root/.well-known dir Where the LetSyncrypt challenge-response file is placed. --- webv4/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/webv4/.gitignore b/webv4/.gitignore index e120441f21..884830444d 100644 --- a/webv4/.gitignore +++ b/webv4/.gitignore @@ -15,4 +15,5 @@ components/* root/css/custom.css root/logo.gif +root/.well-known -- GitLab