From 0f9a68ec1642b5bffbc99d5483ead2edb4a718b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 7 Nov 2025 23:03:56 +0300 Subject: [PATCH] Update .gitignore to include composer.lock: Added composer.lock to the .gitignore file to prevent it from being tracked by Git, ensuring that dependency management remains consistent across environments. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f1e90bb..08e341a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ Homestead.yaml Thumbs.db +composer.lock