From b7714e4599e52c14a6015acc8f50c0a794197a3b Mon Sep 17 00:00:00 2001 From: rmkaplan <69548581+rmkaplan@users.noreply.github.com> Date: Tue, 12 May 2026 16:03:55 -0700 Subject: [PATCH] Ignore internal/fonts/** (#2608) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3c9271a4..4d31807c 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,9 @@ internal/fonts/** # GITFNS deleted subdirectory deleted/** +# local font construction +internal/fonts/** + #compiled code -- leave in for now # *.lcom