From db0cf119ababcfce506e89a4e92c38673598d3ba Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Tue, 23 Jun 2026 19:40:24 +0330 Subject: [PATCH] fix: remove /vendor from .gitignore (vendor committed to git) --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index afa306b..3f8b540 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /public/hot /public/storage /storage/*.key -/vendor .env .env.backup .env.production