kibana/.bazelignore

15 lines
306 B
Plaintext
Raw Normal View History

# 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
.ci
.git
.github
.idea
.teamcity
.yarn-local-mirror
chore(NA): introduce new yarn kbn reset command to support bazel workflow (#89597) * chore(NA): introduce new yarn kbn destroy command to support bazel workflow * chore(NA): update wording for new kbn pm changes * chore(NA): update .bazelrc.common Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): update .bazelrc Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): update packages/kbn-pm/src/commands/clean.ts Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): update packages/kbn-pm/src/commands/destroy.ts Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): update packages/kbn-pm/src/commands/clean.ts Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): update packages/kbn-pm/src/commands/destroy.ts Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): rename destroy command into reset * chore(NA): update packages/kbn-pm/src/commands/clean.ts Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): restore old behaviour on kbn clean * chore(NA): update reset command to delete bazel caches on disk * chore(NA): update packages/kbn-pm/src/commands/clean.ts Co-authored-by: Tyler Smalley <tylersmalley@me.com> * chore(NA): update prefix to match bazel defined one for cache settings * chore(NA): update kbn pm dist file * chore(NA): update kbn pm dist * chore(NA): update gitignore * chore(NA): add new ignore files after changed bazel aggregated folder Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Tyler Smalley <tylersmalley@me.com>
2021-02-03 23:02:34 +01:00
/bazel
build
node_modules
target