[5.6] ignore forked code for babel transpile build phase (#13485)

* ignore forked from babel

* ignore src/forked
This commit is contained in:
Nathan Reese 2017-08-11 17:17:41 -06:00 committed by Court Ewing
parent bd31a6fbe3
commit 3506356c6d

View file

@ -8,7 +8,8 @@ module.exports = {
'!**/public/**',
'!**/node_modules/**',
'!**/bower_components/**',
'!**/__tests__/**'
'!**/__tests__/**',
'!build/kibana/src/forked/**'
],
dest: '.',
expand: true