From 488de7cb7e7debd0549ea005e32dfec584acdba3 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 21 Jul 2020 12:56:34 +0200 Subject: [PATCH] Ignore new config and contents of /assets/well-known --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5ca9cf0..8ba16a1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ node_modules/ public/ +server/config.js + # exclude everything frontend/assets/well-known/*