From adfa0132d82c9b32effdc5be378719a95b085d3b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 12 Jun 2024 10:38:24 +0300 Subject: [PATCH] .gitattributes: add package.json & pnpm-lock.yaml --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index bace0ae..8a3da6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,7 +17,9 @@ _sass/** text=auto -linguist-detectable # Unnecessary for statistics Gemfile text linguist-vendored +package.json text linguist-vendored Gemfile.lock text linguist-generated +pnpm-lock.yaml text linguist-generated # LFS *.jpeg filter=lfs diff=lfs merge=lfs -text