From c9450ed5fc5060dbcf5c1c32d75dab03955d8f9a Mon Sep 17 00:00:00 2001 From: Alex Zaw Date: Sat, 27 Dec 2025 22:47:17 +0000 Subject: [PATCH] Ignore ssh.zip bundles --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c2658d7..9f1de63 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ node_modules/ + +# Never commit SSH bundles / secrets +**/ssh.zip