From 17aaa2ed62a9b7801da3b94b6bc4aea11e0fa9c4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 12 May 2024 16:46:24 +0300 Subject: [PATCH] #12: Mark package-lock as auto-generated --- .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