forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.prettierignore
More file actions
50 lines (40 loc) · 822 Bytes
/
.prettierignore
File metadata and controls
50 lines (40 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.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
/coverage
/codeowners-manifest
# 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
packages/grafana-data/src/themes/schema.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