Remove vendor/ from .gitignore to fix deploy exclusion

The vendor/ rule causes deploy workflows to skip media/vendor/
files (FA7, bootstrap-toc). This repo has no Composer vendor
directory — Composer only runs in /tmp/mokostandards during CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-02 21:55:00 -05:00
parent 62e64954a7
commit 73d7e05dc4

2
.gitignore vendored
View File

@@ -151,8 +151,6 @@ package-lock.json
# ============================================================
# PHP / Composer tooling
# ============================================================
/vendor/
!src/media/vendor/
composer.lock
*.phar
codeception.phar