kibana/.gitignore
Richard Hoffman 8b4c052889 babel 6 upgrade (#9702)
* [npm] upgrade babel

The upgrade to babel 6 requires an upgrade to all of the associated modules, which meant that a few other things changed at the same time. The most notable is the way that we handle our babel-options, which is now done with an npm module and includes using the babel-loader's "presets" query string param.

This meant changes to the babel_options.js module and extending it to help setting up the "babel-register" module, which was previously copy-pasted in several places.

* [mtodules] upgrade to support babel6 module semantics

* [eslint] fix lint errors

* [babel] ignoer massive fixture files

* [cli/errors] use Object.setPrototypeOf since subclassing Error is broken

* [babel] Upgrading core babel libraries

[babel] Use WIP babel-6-fix branch of babel-preset-kibana

* Fix broken test

* [babel] Reverse unnecessary module.exports changes

* Fix notifier

* Use babel presets and plugins directly

* [babel/options] resolve preset/plugins paths for better plugin compatibility

* [babel/options] use babel-preset-env for correct node settings

* [babel] cache babel compilation in webpack like we thought we were
2017-02-09 14:48:55 -07:00

39 lines
535 B
Plaintext

.aws-config.json
.signing-config.json
.ackrc
.DS_Store
.node_binaries
node_modules
trash
/optimize/bundles
/optimize/testdev
/optimize/testUiServer
target
/build
.jruby
.idea
*.iml
*.log
/test/screenshots/diff
/test/screenshots/failure
/test/screenshots/session
/test/screenshots/visual_regression_gallery.html
/html_docs
/esvm
.htpasswd
.eslintcache
/plugins/
data
disabledPlugins
webpackstats.json
config/*
!config/kibana.yml
coverage
selenium
.babelcache.json
.webpack.babelcache
*.swp
*.swo
*.out
ui_framework/doc_site/build/*.js*