From 72424379e0152b34a02c477a873326a1430d59da Mon Sep 17 00:00:00 2001 From: Slawek Koszewski Date: Mon, 28 Jul 2025 21:24:32 +0200 Subject: [PATCH] Moved test CA test location to 'ca' subdirectory. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4743c02..7e25b1b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,6 @@ lab-ca* # Exclude MacOS Finder metadata files .DS_Store # Exclude default certificate and private key files directories -/certs/ -/private/ +/ca +# Don't share VS Code files +.vscode/