From 1b867857b892fb32c092ebf8eb0a5a0e3c176532 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Thu, 26 Mar 2026 23:42:52 +0100 Subject: [PATCH] fix(gitignore): add cron_update.log to ignore list and ensure proper formatting --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c24a8359..2d83f688 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ yarn-error.log* *.tsbuildinfo # idea files -.idea \ No newline at end of file +.idea + +cron_update.log \ No newline at end of file