mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[5.6] ignore forked code for babel transpile build phase (#13485)
* ignore forked from babel * ignore src/forked
This commit is contained in:
parent
bd31a6fbe3
commit
3506356c6d
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ module.exports = {
|
|||
'!**/public/**',
|
||||
'!**/node_modules/**',
|
||||
'!**/bower_components/**',
|
||||
'!**/__tests__/**'
|
||||
'!**/__tests__/**',
|
||||
'!build/kibana/src/forked/**'
|
||||
],
|
||||
dest: '.',
|
||||
expand: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue