mirror of https://github.com/grafana/grafana.git
47 lines
735 B
Plaintext
47 lines
735 B
Plaintext
.git
|
|
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
data
|
|
deployment_tools_config.json
|
|
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
|
|
|
|
# TS generated by grafana-app-sdk
|
|
**/*_gen.ts
|
|
|
|
# Auto-generated theme files
|
|
theme.light.generated.json
|
|
theme.dark.generated.json
|
|
|
|
# Generated Swagger API specs
|
|
public/api-merged.json
|
|
public/api-enterprise-spec.json
|
|
public/openapi3.json
|
|
|
|
# Generated mock service worker
|
|
public/mockServiceWorker.js
|
|
|
|
# Crowdin files
|
|
# Ignore `locales` directory so we also catch enterprise files
|
|
**/locales/**/*.json
|
|
|
|
/.nx/cache
|
|
/.nx/workspace-data
|
|
|
|
# Playwright results
|
|
test-results
|
|
playwright-report
|
|
|
|
eslint-suppressions.json
|