From 9029beec648073c75f7a590f9c0c1c4122ce19dc Mon Sep 17 00:00:00 2001 From: igorrCarvalho Date: Wed, 23 Aug 2023 17:52:32 -0300 Subject: [PATCH] Fix: git bug --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b69d73e97..83c12c72a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,4 +17,7 @@ # Denote all files that are truly binary and should not be modified. *.png binary -*.jpg binary \ No newline at end of file +*.jpg binary +*.mp4 binary +*.ico binary +*.svg binary \ No newline at end of file