From f48b3348d89fbbfeb140bd9beb73a745fe195bf5 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:42:38 -0500 Subject: [PATCH] Remove vendor/ from .gitignore to fix deploy exclusion The vendor/ rule was causing the deploy workflow to skip all files under media/vendor/ (FA7, bootstrap-toc) because the deployed path no longer has the src/ prefix. This repo has no Composer vendor directory, so the rule is unnecessary. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index db8a874..2efa088 100644 --- a/.gitignore +++ b/.gitignore @@ -151,8 +151,6 @@ package-lock.json # ============================================================ # PHP / Composer tooling # ============================================================ -vendor/ -!src/media/vendor/ composer.lock *.phar codeception.phar