From 7ca2f27ac6373267946e8093c8f35cefc2dcc5aa Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Fri, 7 Feb 2025 09:10:09 +0900 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7cae68..b9b9fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -128,5 +128,7 @@ dist # MacOS finder preferences .DS_store +# https stuff .crt -.key \ No newline at end of file +.key +certbot/ \ No newline at end of file