fix: scope vendor/ ignore to root only — unblocks src/media/vendor/ for deploy [skip ci]

vendor/ was matching ALL vendor directories at any depth, preventing
src/media/vendor/ (Joomla core JS/CSS libs) from being tracked/deployed.
Changed to /vendor/ to only ignore the root Composer vendor directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-02 21:15:44 -05:00
parent 48b8e6750e
commit ea0ab55030

2
.gitignore vendored
View File

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