From 384850085e8e99a0b6b25f0715e43a4f727a7d2e Mon Sep 17 00:00:00 2001 From: Lubos Date: Mon, 11 Aug 2025 19:29:47 +0800 Subject: [PATCH] chore: update gitattributes --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 352084fe7..83330fffd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ * text=auto eol=lf -*lock.* linguist-generated=true +bun.lockb linguist-generated=true +package-lock.json linguist-generated=true +pnpm-lock.yaml linguist-generated=true +yarn.lock linguist-generated=true -- 2.51.2