From 1f10cc7f89c165fb3ee4c4ae620a59b20bda3b50 Mon Sep 17 00:00:00 2001 From: tp_dhu Date: Tue, 11 Feb 2025 09:27:09 +0000 Subject: [PATCH] added composer.lock to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b4b270..f2c1672 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /lib/ /downloads/ /app/.env.cfg -/public/tmp/ \ No newline at end of file +/public/tmp/ +composer.lock \ No newline at end of file