From 111a2301905cd3963c6cb79557455b92b7a26a16 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 31 Aug 2017 15:34:31 +0900 Subject: [PATCH] Ignore package-lock.json temporarily Let's revert it after https://github.com/travis-ci/travis-ci/issues/7936 is fixed. See: https://github.com/brave/browser-laptop/pull/9691#issuecomment-310793112 Addresses #8283 Test Plan: 1. rm -rf node_modules 2. npm install 3. git status 3. make sure package-lock.json is no longer listed --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9e495bb0a8..e9163b7e04 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,6 @@ app/extensions/brave/content/scripts/sync.js # script used for signing for widevine signature_generator.py + +# Issue 8283 +package-lock.json