From 236f47f0739be5026ef2b94f340f568205b22a82 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 13 Apr 2019 15:32:26 -0700 Subject: [PATCH] Tweaked .eslintignore and .gitignore --- .eslintignore | 1 + .gitignore | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index 4b11fc16b1..f863d8f44a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,6 +3,7 @@ node_modules flow-typed shells/browser/chrome/build shells/browser/firefox/build +shells/browser/shared/build shells/dev/build vendor diff --git a/.gitignore b/.gitignore index d88ef334a0..85e420fd9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -/shells/chrome.crx -/shells/chrome.pem -/shells/firefox/*.xpi +/shells/browser/chrome/*.crx +/shells/browser/chrome/*.pem +/shells/browser/firefox/*.xpi +/shells/browser/firefox/*.pem +/shells/browser/shared/build build node_modules npm-debug.log