From c6b686df4cb67873e1610abd4f44495a44b3fe2b Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:37:38 +0900 Subject: [PATCH] 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