mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
72241dbf5f
* add custom plugins * update bundles * provision app plugins and their dashboards * add one more script that run e2e tests using e2e test server * add e2e tests * regenerate jsonnet dashboards * ignore custom plugins and playwright report * use minified * cleanup tests * update codeowners * add leading slash * document new script * document custom-plugins * cleanup * twist modules * add readme
28 lines
422 B
Plaintext
28 lines
422 B
Plaintext
.git
|
|
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
/data
|
|
deployment_tools_config.json
|
|
/devenv
|
|
dist
|
|
/e2e/tmp
|
|
node_modules
|
|
/pkg
|
|
/public/lib/monaco
|
|
/scripts/grafana-server/tmp
|
|
vendor
|
|
e2e/custom-plugins
|
|
playwright-report
|
|
|
|
# TS generate from cue by cuetsy
|
|
**/*.gen.ts
|
|
|
|
# Auto-generated internationalization files
|
|
/public/locales/_build/
|
|
/public/locales/**/*.js
|
|
|
|
# Auto-generated icon file
|
|
/packages/grafana-ui/src/components/Icon/iconBundle.ts
|