From 54ea5fa8e9a44b212c3070bffc848aff7039ba55 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 7 Sep 2022 07:20:30 +0100 Subject: [PATCH] Add config directories to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 328fbb2..a1bb4ca 100644 --- a/.gitignore +++ b/.gitignore @@ -155,4 +155,7 @@ cython_debug/ .bash_history .vscode/ -docker/data \ No newline at end of file +docker/data +*.pem +legacy/conf/live/ +legacy/conf/cert/ \ No newline at end of file