From c45c419e8bd7d8808b513abbeef2ee813165f39c Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:46:26 -0400 Subject: [PATCH] feat: Do not diff package-lock.json --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 7560d6d..f4a7800 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ Cargo.lock diff=nodiff +package-lock.json diff=nodiff