From f2d427f0e815b38ff2225200ab859afd0f440b8e Mon Sep 17 00:00:00 2001 From: nuluh Date: Fri, 29 Aug 2025 10:49:18 +0700 Subject: [PATCH] feat(gitattributes): Add LFS filters for SVG and PNG files --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 44fcab8..f658aa9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -*.ipynb filter=nbstripout \ No newline at end of file +*.ipynb filter=nbstripout +*.svg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text