From 5f11ab0ca689efd91bb5552950d88ecbb0b9a587 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Tue, 21 Jan 2025 12:49:44 +0100 Subject: [PATCH] chore(git): add .lockb to git attributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 030ef144..b6f26518 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.pbxproj -text # specific for windows script files -*.bat text eol=crlf \ No newline at end of file +*.bat text eol=crlf +*.lockb binary diff=lockb \ No newline at end of file