From 39962565620895c81103feaacee951e27e20dbe0 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 17 Jan 2022 10:47:31 +0100 Subject: [PATCH] Set package-lock.json as binaries + Remove build/package-lock.json from .gitignore Signed-off-by: Louis Chemineau --- .gitattributes | 3 ++- .gitignore | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 604acb9c4ca..892870a7b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /dist/* binary -/package-lock.json \ No newline at end of file +/package-lock.json binary +/build/package-lock.json binary \ No newline at end of file diff --git a/.gitignore b/.gitignore index 17b5716e883..2274c17f8df 100644 --- a/.gitignore +++ b/.gitignore @@ -129,7 +129,6 @@ nbproject /build/jsdocs/ /npm-debug.log /PhantomJS_* -/build/package-lock.json # puphpet puphpet