From bf813acfa643c12971329f06e450e79f94570091 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Thu, 26 Mar 2026 23:44:16 +0100 Subject: [PATCH] fix(gitignore): add app.pid to ignore list and ensure cron_update.log is properly formatted --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d83f688..d1d62956 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,5 @@ yarn-error.log* # idea files .idea -cron_update.log \ No newline at end of file +cron_update.log +app.pid \ No newline at end of file