mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
* Bazel config maintenance - Removes node.js s390x - not a supported platform - Updates the list of ignored bazel folders - Updates yarn to 1.22.19, we're on a 2.5 year old version * bump yarn in package.json
27 lines
437 B
Text
27 lines
437 B
Text
# Bazel does not support wildcards like .gitignore
|
|
# Issues are opened for to include that feature but not available yet
|
|
# https://github.com/bazelbuild/bazel/issues/7093
|
|
# https://github.com/bazelbuild/bazel/issues/8106
|
|
.buildkite
|
|
.ci
|
|
.chromium
|
|
.git
|
|
.github
|
|
.idea
|
|
.native_modules
|
|
.teamcity
|
|
.yarn-local-mirror
|
|
.vscode
|
|
api_docs
|
|
bazel-bin
|
|
bazel-kibana
|
|
bazel-out
|
|
bazel-testlogs
|
|
build
|
|
data
|
|
dev_docs
|
|
docs
|
|
legacy_rfcs
|
|
node_modules
|
|
target
|
|
vars
|