mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
61cd9eeb24
* Kinds: Generate JSON report * Kinds: Add Validate/Write support for JSON report * Kinds: Report format * Kinds: Report new line * Kinds: Use kindsys.SomeKindMeta to generate the report * Move kinds report generation to the end * Re-structure kinds report JSON output * Make prettier to ignore kinds json report * Minor on kinds report generation * Fix toggles_gen test
36 lines
546 B
Plaintext
36 lines
546 B
Plaintext
.git
|
|
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
data
|
|
deployment_tools_config.json
|
|
devenv
|
|
dist
|
|
e2e/tmp
|
|
node_modules
|
|
pkg
|
|
public/lib/monaco
|
|
public/sass/*.generated.scss
|
|
scripts/grafana-server/tmp
|
|
vendor
|
|
|
|
# TS generate from cue by cuetsy
|
|
**/*.gen.ts
|
|
|
|
# Auto-generated internationalization files
|
|
public/locales/_build/
|
|
public/locales/**/*.js
|
|
|
|
# Auto-generated theme files
|
|
theme.light.generated.json
|
|
theme.dark.generated.json
|
|
|
|
# Generated Swagger API specs
|
|
public/api-spec.json
|
|
public/api-merged.json
|
|
public/openapi3.json
|
|
|
|
# Generated Kinds report
|
|
kinds/report.json
|