From e97604752e5e22fbd3fd195291c978f359e4d7dd Mon Sep 17 00:00:00 2001 From: Youssef Date: Fri, 1 May 2026 17:49:54 +0100 Subject: [PATCH] =?UTF-8?q?gitignore=20.vercel=20=E2=80=94=20auto-deploy?= =?UTF-8?q?=20on=20push=20wired=20to=20Vercel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Connected the local repo to the existing Vercel project (Luffixos/hallmark) via `vercel link` + `vercel git connect`. The webhook will now fire on every push to main and trigger a production deploy at hallmark-murex.vercel.app. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7028650..3c186c8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ dist/ build/ .cache/ *.log +.vercel