mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
00d92e6ba2
commit
1b071f5f26
2 changed files with 7 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
|||
"data/optimize",
|
||||
"built_assets",
|
||||
".eslintcache",
|
||||
".node_binaries"
|
||||
".node_binaries",
|
||||
"src/plugins/*/target"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -20,6 +20,11 @@
|
|||
"build": {
|
||||
"intermediateBuildDirectory": "build/plugin/kibana/x-pack",
|
||||
"oss": false
|
||||
},
|
||||
"clean": {
|
||||
"extraPatterns": [
|
||||
"plugins/*/target"
|
||||
]
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue