feat: Update .gitignore to retain current crontab backup files for each system

This commit is contained in:
Peter Wood
2025-05-26 16:32:52 +00:00
parent 17466eb108
commit ba6161ef9b

2
.gitignore vendored
View File

@@ -21,6 +21,8 @@ _book
# Runtime generated files # Runtime generated files
logs/ logs/
crontab-backups/ crontab-backups/
# But keep the current state backups for each system
!crontab-backups/*/current-crontab.backup
# Temporary files # Temporary files
*.tmp *.tmp