From 728f883d99843513088ddb6ba558c09ac783fcbc Mon Sep 17 00:00:00 2001 From: kbrianngeno Date: Tue, 10 Mar 2026 09:35:01 +0000 Subject: [PATCH] Enable tracking of nginx.conf and files in conf.d --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2941737..a728c97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env /data/ +/certbot/ !/data/nginx.conf !/data/conf.d/** \ No newline at end of file