From 82d38ab27c3d074139b29fde3ed77192957eaaff Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:38:09 +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