From fea45f683e2945c79fae30844462cfc27afd42e6 Mon Sep 17 00:00:00 2001 From: capntack Date: Sat, 23 Mar 2024 01:36:22 -0500 Subject: [PATCH] Updated .gitignore --- .gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fb14dfa..89105e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -*.log -logs -.resticPassword +*log* +*test* +.* backups.sh restic.sh resticClean.sh @@ -8,6 +8,4 @@ resticExcludes rsync.sh rsyncManifest variables.sh -variablesAWS.sh -test* -.* \ No newline at end of file +variablesAWS.sh \ No newline at end of file