From 045bc32b1d005867ac6f5ecaf4c4ccdc444d030d Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Wed, 25 Jan 2023 18:29:11 -0800 Subject: [PATCH] Mark compiled CSS as binary Signed-off-by: Christopher Ng --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8073c8cd019..7f8fd14dd1d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /dist/* binary /package-lock.json merge=binary +/core/css/*.css* binary