From 21ae60430798b9e795d04cea0b91a147de9725e8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 19 Dec 2024 19:14:19 +0200 Subject: [PATCH] chore(git): mark package-lock.json as auto-generated for GitHub --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1557f6f04 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/package-lock.json linguist-generated=true \ No newline at end of file