From 09c30b3aff44cf5ce60845bf360a182e6d7fb0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Sat, 30 Dec 2023 16:50:56 +0100 Subject: [PATCH] chore: don't treat cargo.lock as a binary file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fernando Fernández --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index bb9f64da..9534a751 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,7 +15,7 @@ LICENSE text *.jpg binary *.js text *.json text -*.lock text -diff +*.lock text *.map text -diff *.md text *.otf binary @@ -35,5 +35,6 @@ LICENSE text .gitignore export-ignore *.gitattributes linguist-language=gitattributes -api/* linguist-generated=true +package-lock.json linguist-generated=true linguist-language=JSON +packaging/tauri/Cargo.lock text linguist-generated=true linguist-language=TOML locales/*.json merge=union