From 2474ab72b375a6053ec6995f81ea6384334f3a84 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Sat, 28 Feb 2026 08:05:05 -0500 Subject: [PATCH] Whitelist fonts directory in esphome for inclusion in version control --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a48b57a..5c04f69 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ !scripts/ !blueprints/ !esphome/ +!esphome/fonts/** !esphome/ha-remote/ !esphome/ha-remote/components/ !esphome/ha-remote/components/**