From 7ac72ceef38e7e166b1cdd95e497712d7f928112 Mon Sep 17 00:00:00 2001 From: Henry Boldizsar Date: Sat, 3 Jul 2021 01:59:25 -0500 Subject: [PATCH] Attempt to prevent corrupted assets Tracks pngs and font files as binary. The thinking is that an image gets corrupted on a merge, not totally sure yet. Re https://github.com/tallycash/tally-extension/pull/77#discussion_r6574733 89 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7fc4baeed4..96264bd921 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ * text=auto eol=lf *.ai binary +*.png binary +*.woff binary +*.woff2 binary \ No newline at end of file