From 3ad063cbc2de47ab6d549b3b12c661deb150b45a Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Sun, 4 Feb 2024 13:01:06 +0200 Subject: [PATCH] remove log file from git --- .gitignore | 2 ++ cron.log | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 cron.log diff --git a/.gitignore b/.gitignore index ab251c7..041e181 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ push_dockerhub.sh # keys # keys/**/* + +cron.log \ No newline at end of file diff --git a/cron.log b/cron.log deleted file mode 100644 index 3bc222a..0000000 --- a/cron.log +++ /dev/null @@ -1,8 +0,0 @@ -2024-02-04T10:30:00.949Z - START CRON JOB -2024-02-04T10:30:03.875Z - END CRON JOB -2024-02-04T10:31:00.105Z - START CRON JOB -2024-02-04T10:31:00.825Z - END CRON JOB -2024-02-04T10:52:00.163Z - START CRON JOB -2024-02-04T10:52:03.334Z - END CRON JOB -2024-02-04T11:00:00.562Z - START CRON JOB -2024-02-04T11:00:03.403Z - END CRON JOB