From 9129e8aef06cd7b7b2adfce7943a21a32675fa1a Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Thu, 20 Aug 2026 01:44:34 -0700 Subject: [PATCH] chore: ignore vendor/ so dev tooling cannot reach the web root Signed-off-by: Thomas Vincent --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb71606..f3d8733 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ # +-------------------------------------------------------------------------+ locales/po/*.mo +vendor/