From 5e8dc086433d50c607d68d98b6e8d9b69ca76b19 Mon Sep 17 00:00:00 2001 From: Jeremie Fraeys Date: Wed, 18 Feb 2026 17:48:48 -0500 Subject: [PATCH] chore: gitignore generated SSH test keys --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 74a41bb..10b1304 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out -# Dependency directories (remove the comment below to include it) -# vendor/ +# Generated SSH test keys for TUI testing +deployments/test_keys/ # Go workspace file go.work