From 5011e49d80ab6f5bed580ddd8adc0e77e9071e4a Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 6 Nov 2023 13:06:46 +0530 Subject: [PATCH] GitIgnore file : ps --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bdae25d5..7fbc7d74 100755 --- a/.gitignore +++ b/.gitignore @@ -92,7 +92,7 @@ public/uploads/* #------------------------- # Composer #------------------------- -vendor/ +!vendor/ composer.lock tests @@ -100,4 +100,4 @@ tests # Don't save phpunit under version control. phpunit phpunit*.xml -/.phpunit.*.cache \ No newline at end of file +/.phpunit.*.cache