From 146b353e8356800e4be31f3fce4d0bab7ac3f5e0 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:39:50 +0900 Subject: [PATCH 1/2] chore: add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e564ce5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +dist/** linguist-generated +bun.lockb linguist-generated +bun.lock linguist-generated +tests/__mocks__/ linguist-generated From 321068e0b75d805d651d92b500a4a214de4430e9 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:52:47 +0900 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index e564ce5..c4325a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ dist/** linguist-generated -bun.lockb linguist-generated -bun.lock linguist-generated +*.lockb linguist-generated +*.lock linguist-generated tests/__mocks__/ linguist-generated