From 6c183ee41fe06450886f15dce0c9a0d7e1d403af Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 19 Jul 2025 13:10:40 +0300 Subject: [PATCH] feat: added git lfs and moved assets to it --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8b55a61..e46b0ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text assets/* filter=lfs diff=lfs merge=lfs -text assets/** filter=lfs diff=lfs merge=lfs -text