From e735fc047989ebb82a5a4ce6ad89c017968ffa87 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 7 Aug 2020 23:10:26 -0700 Subject: [PATCH] Remove package-lock.json from the tarball Same rationale for excluding package.json. Change-Id: Ia56c02ac38db29de02c7ea983adc81f9b632a419 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8116add2726..848533c65f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ .* export-ignore *.htaccess -export-ignore package.json export-ignore +package-lock.json export-ignore Gruntfile.js export-ignore Gemfile* export-ignore vendor/pear/net_smtp/README.rst export-ignore