Tweaked .eslintignore and .gitignore

This commit is contained in:
Brian Vaughn
2019-04-13 15:32:26 -07:00
parent 86f9293376
commit 236f47f073
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@ node_modules
flow-typed
shells/browser/chrome/build
shells/browser/firefox/build
shells/browser/shared/build
shells/dev/build
vendor
+5 -3
View File
@@ -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