mirror of
https://github.com/grafana/grafana.git
synced 2026-05-30 19:30:08 +09:00
44 lines
852 B
Plaintext
44 lines
852 B
Plaintext
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
data
|
|
dist
|
|
pkg
|
|
public/lib/monaco
|
|
public/sass/*.generated.scss
|
|
|
|
# TS generate from cue by cuetsy
|
|
**/*.gen.ts
|
|
**/*.gen.d.ts
|
|
|
|
# TS generated by grafana-app-sdk
|
|
**/*_gen.ts
|
|
|
|
# Auto-generated theme files
|
|
theme.light.generated.json
|
|
theme.dark.generated.json
|
|
packages/grafana-data/src/themes/schema.generated.json
|
|
|
|
# Generated Swagger API specs
|
|
public/api-merged.json
|
|
public/api-enterprise-spec.json
|
|
public/openapi3.json
|
|
|
|
# Crowdin files
|
|
# Ignore `locales` directory so we also catch enterprise files
|
|
**/locales/**/*.json
|
|
|
|
# Playwright results
|
|
test-results
|
|
playwright-report
|
|
|
|
eslint-suppressions.json
|
|
|
|
packages/get-document/index.js
|
|
packages/get-document/LICENSE
|
|
|
|
packages/mapbox-jsonlint-lines-primitives/lib/jsonlint.js
|
|
packages/mapbox-jsonlint-lines-primitives/lib/formatter.js
|
|
packages/mapbox-jsonlint-lines-primitives/LICENSE
|