From 7f7ada919fca0a512fb5ff6db5df3db1e47b6ed1 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sun, 20 Jul 2025 10:45:22 +0800 Subject: [PATCH] chore: update `gitignore --- .gitattributes | 1 + cli/templates/git/.gitattributes.handlebars | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index fbf424d3..76522bf9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,7 @@ *.jpg binary *.jpeg binary *.ico binary +*.gif binary *.tff binary *.woff binary *.woff2 binary diff --git a/cli/templates/git/.gitattributes.handlebars b/cli/templates/git/.gitattributes.handlebars index d022441a..7b946193 100644 --- a/cli/templates/git/.gitattributes.handlebars +++ b/cli/templates/git/.gitattributes.handlebars @@ -5,6 +5,7 @@ *.jpg binary *.jpeg binary *.ico binary +*.gif binary *.tff binary *.woff binary *.woff2 binary