mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[build/x-pack] Exclude scss, test files and fixtures (#108986)
This commit is contained in:
parent
0f0a33c737
commit
e9136e2ce9
1 changed files with 4 additions and 3 deletions
|
@ -70,12 +70,13 @@ async function copySourceAndBabelify() {
|
|||
buffer: true,
|
||||
nodir: true,
|
||||
ignore: [
|
||||
'**/README.md',
|
||||
'**/*.{md,asciidoc}',
|
||||
'**/jest.config.js',
|
||||
'**/*.{test,test.mocks,mock,mocks}.*',
|
||||
'**/*.d.ts',
|
||||
'**/node_modules/**',
|
||||
'**/public/**/*.{js,ts,tsx,json}',
|
||||
'**/{__tests__,__mocks__,__snapshots__}/**',
|
||||
'**/public/**/*.{js,ts,tsx,json,scss}',
|
||||
'**/{__tests__,__mocks__,__snapshots__,__fixtures__,__jest__,cypress}/**',
|
||||
'plugins/*/target/**',
|
||||
'plugins/canvas/shareable_runtime/test/**',
|
||||
'plugins/telemetry_collection_xpack/schema/**', // Skip telemetry schemas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue