From 42334737878d48ef0cfc110313dd8d7d36bf412c Mon Sep 17 00:00:00 2001 From: lightyears Date: Tue, 21 Feb 2023 23:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=20LFS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 +++ .gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8ad74f7..9de92ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf + +# Large file storage +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 922b842..13b4766 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ # Temporary files .mono -Temp