mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* Ignore locales files more generically * Use `ignore-path` for prettier If we don't specify this, it will use `.gitignore` as well, which will ignore enterprise files. This means that the code in enterprise will drift and easily ends up with prettier issues
43 lines
700 B
Plaintext
43 lines
700 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/cli/bettererIssueTemplate.md
|
|
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
|