From 6467940dffc7c3d90cbe5da452d60921863bdd14 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 10 Oct 2024 18:04:23 -0700 Subject: [PATCH] fix: remove bad gitattributes config that corrupts images --- .gitattributes | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 156321e53..431517628 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,4 @@ playground/**/Scripts/Coalesce/* linguist-generated=true playground/**/Scripts/Coalesce/**/* linguist-generated=true playground/**/Views/Generated/* linguist-generated=true -playground/**/Views/Generated/**/* linguist-generated=true - -* text eol=lf \ No newline at end of file +playground/**/Views/Generated/**/* linguist-generated=true \ No newline at end of file