From b397b56db74ca70e4bb225a47df1779050f1e585 Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 18 Mar 2021 20:48:53 +0100 Subject: [PATCH] chore(gitattributes): fix file classification. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index fb9a97dba..4ed73da9a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ * text=auto *.* text eol=lf +*.jpg -text +*.png -text +*.pdf -text