From 93c7c3a6baa6816076d1490a92f1e05043da1a23 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sat, 25 Nov 2023 21:13:42 +0800 Subject: [PATCH] chore: add Git attributes for Yarn lock file and adjust other rule (#93) * chore(git): add attribute for `yarn.lock` file * chore(git): adjust attribute rule for `main/index.mjs` --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a89b979..0e05081 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -main/index.mjs -diff linguist-generated=true +main/index.mjs -diff linguist-generated +yarn.lock -diff linguist-generated