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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -151,8 +151,6 @@ package-lock.json
|
||||
# ============================================================
|
||||
# PHP / Composer tooling
|
||||
# ============================================================
|
||||
/vendor/
|
||||
!src/media/vendor/
|
||||
composer.lock
|
||||
*.phar
|
||||
codeception.phar
|
||||
|
||||
Reference in New Issue
Block a user