2019-02-13 18:38:04 +08:00
|
|
|
.git
|
|
|
|
|
.github
|
2022-03-04 17:49:50 +08:00
|
|
|
.yarn
|
|
|
|
|
build
|
|
|
|
|
compiled
|
|
|
|
|
data
|
|
|
|
|
deployment_tools_config.json
|
|
|
|
|
dist
|
2020-10-14 18:08:35 +08:00
|
|
|
e2e/tmp
|
2022-03-04 17:49:50 +08:00
|
|
|
node_modules
|
|
|
|
|
pkg
|
2021-08-24 16:11:44 +08:00
|
|
|
public/lib/monaco
|
2022-03-04 17:49:50 +08:00
|
|
|
public/sass/*.generated.scss
|
|
|
|
|
scripts/grafana-server/tmp
|
|
|
|
|
vendor
|
|
|
|
|
|
2025-10-08 05:07:55 +08:00
|
|
|
/coverage
|
|
|
|
|
/codeowners-manifest
|
|
|
|
|
|
2022-03-04 17:49:50 +08:00
|
|
|
# TS generate from cue by cuetsy
|
|
|
|
|
**/*.gen.ts
|
|
|
|
|
|
2025-03-11 19:00:37 +08:00
|
|
|
# TS generated by grafana-app-sdk
|
|
|
|
|
**/*_gen.ts
|
|
|
|
|
|
2022-05-17 18:01:07 +08:00
|
|
|
# Auto-generated theme files
|
|
|
|
|
theme.light.generated.json
|
|
|
|
|
theme.dark.generated.json
|
2025-10-15 18:41:36 +08:00
|
|
|
public/app/features/theme-playground/schema.generated.json
|
2022-08-03 18:41:31 +08:00
|
|
|
|
|
|
|
|
# Generated Swagger API specs
|
|
|
|
|
public/api-merged.json
|
2023-09-26 03:34:57 +08:00
|
|
|
public/api-enterprise-spec.json
|
2022-08-05 00:51:12 +08:00
|
|
|
public/openapi3.json
|
2022-12-12 22:47:19 +08:00
|
|
|
|
2024-09-04 17:22:03 +08:00
|
|
|
# Generated mock service worker
|
|
|
|
|
public/mockServiceWorker.js
|
|
|
|
|
|
2024-02-09 19:16:40 +08:00
|
|
|
# Crowdin files
|
2025-05-13 21:34:24 +08:00
|
|
|
# Ignore `locales` directory so we also catch enterprise files
|
|
|
|
|
**/locales/**/*.json
|
2025-04-04 19:36:18 +08:00
|
|
|
|
|
|
|
|
/.nx/cache
|
2025-05-13 21:34:24 +08:00
|
|
|
/.nx/workspace-data
|
2025-08-04 18:20:12 +08:00
|
|
|
|
|
|
|
|
# Playwright results
|
|
|
|
|
test-results
|
2025-09-04 17:47:13 +08:00
|
|
|
playwright-report
|
|
|
|
|
|
|
|
|
|
eslint-suppressions.json
|