From ba6161ef9b137534803e36576e71aec740d06f0c Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Mon, 26 May 2025 16:32:52 +0000 Subject: [PATCH] feat: Update .gitignore to retain current crontab backup files for each system --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9b1195d..35dd196 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ _book # Runtime generated files logs/ crontab-backups/ +# But keep the current state backups for each system +!crontab-backups/*/current-crontab.backup # Temporary files *.tmp