From f9616ca3e502f06d7f87ab5b53b107c46f871256 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Thu, 24 Jul 2025 08:39:50 -0400 Subject: [PATCH] Ignoring SSL certificates under priv/cert path --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7976ab..34c2c24 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,7 @@ npm-debug.log *.db-* # Backup files and directories -*.bak \ No newline at end of file +*.bak + +# SSL certificates +/priv/cert/* \ No newline at end of file