From b990689f7306a8d8868f5480357582b720c9bb77 Mon Sep 17 00:00:00 2001 From: jorenham Date: Wed, 2 Jul 2025 22:52:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20tell=20gith?= =?UTF-8?q?ub=20that=20`.lock`=20files=20are=20generated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fc88cef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.lock -diff merge=ours linguist-generated=true