From f1cc15a1f38771f7c134234e4942aadcff14193b Mon Sep 17 00:00:00 2001 From: Clemens Creutzburg Date: Mon, 15 Jun 2026 17:13:56 +0200 Subject: [PATCH] Ignore runtime lock files --- .gitignore | 1 + storage/cron.lock | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 storage/cron.lock diff --git a/.gitignore b/.gitignore index aa4d164..e03b3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /storage/cache/.gitkeep /storage/logs/.gitkeep /storage/uploads/.gitkeep +/storage/cron.lock /storage/installed.lock /.idea/ /.vscode/ diff --git a/storage/cron.lock b/storage/cron.lock deleted file mode 100644 index 6febc23..0000000 --- a/storage/cron.lock +++ /dev/null @@ -1 +0,0 @@ -1781536386 \ No newline at end of file