From eb51d232f81fea81c4c9a71f303d2e4614bf172f Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Tue, 7 Jan 2025 13:41:31 +0200 Subject: [PATCH] Update .gitignores Signed-off-by: Nikolaos Karaolidis --- hosts/.gitignore | 1 + secrets/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/.gitignore b/hosts/.gitignore index 69eb66b..aa08156 100644 --- a/hosts/.gitignore +++ b/hosts/.gitignore @@ -1 +1,2 @@ */secrets/ssh_host_ed25519_key +*/secrets/.decrypted~* diff --git a/secrets/.gitignore b/secrets/.gitignore index 3c53e63..428ef63 100644 --- a/secrets/.gitignore +++ b/secrets/.gitignore @@ -1 +1,2 @@ */key.txt +*/.decrypted~*