From 7dabe33eb2d703402c5b7b00fc586adc44044a11 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 14 Jan 2025 20:32:30 +0200 Subject: [PATCH] chore(git): mark root package-lock as auto-generated --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1557f6f04..ed4692f35 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +package-lock.json linguist-generated=true **/package-lock.json linguist-generated=true \ No newline at end of file