From ab0e9517ea4e126227030e22e7c3b8dff6e4ee17 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Sun, 12 Jul 2026 13:28:08 +0330 Subject: [PATCH] chore: remove committed vendor directory from git - Remove vendor/ from git tracking - Uncomment /vendor in .gitignore to prevent future commits - Dependencies will be installed via CI/CD with VPN + Nexus cache --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4bfcac..afa306b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ /public/hot /public/storage /storage/*.key -# /vendor +/vendor .env .env.backup .env.production