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
This commit is contained in:
parsa aghaei 2026-07-12 13:28:08 +03:30
parent 6366843e47
commit ab0e9517ea

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
/public/hot
/public/storage
/storage/*.key
# /vendor
/vendor
.env
.env.backup
.env.production