Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Update ignore list to add babel-core
Browse files Browse the repository at this point in the history
Fixes #11929

Auditors: @bbondy
  • Loading branch information
bsclifton committed Nov 13, 2017
1 parent 87022b6 commit e7165b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/lib/ignoredPaths.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = [
'electron-installer-redhat',
'flow-bin',
'babel$',
'babel-(?!polyfill|regenerator-runtime|preset-env)',
'babel-(?!polyfill|regenerator-runtime|preset-env|core)',
'jsdom-global',
'react-addons-perf',
'react-addons-test-utils',
Expand All @@ -55,5 +55,7 @@ module.exports = [
'sqlite3',
'uglify-js',
'webdriverio',
'webpack-dev-server'
'webpack-dev-server',
'Brave(.+)',
'brave-(.+)'
]

1 comment on commit e7165b5

@bbondy
Copy link
Member

@bbondy bbondy commented on e7165b5 Nov 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.