-
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path.prettierignore
More file actions
43 lines (43 loc) · 783 Bytes
/
.prettierignore
File metadata and controls
43 lines (43 loc) · 783 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
.vscode/
[sS]amples/
[tT]emp/
**/dist/**
**/node_modules/**
**/*-lock.json
**/*-lock.yaml
**/_auto_generated_/**
**/generated/**
**/.docusaurus/**
CHANGELOG.md
**/changelog.md
**/CHANGELOG*.md
examples/release-notes.md
**/cspell-cache-flatpack.json
**/cspell-cache-flatted.json
**/.npm*.json
coverage
**/*.schema.json
integration-tests/config/config.json
integration-tests/repositories/temp/*/**
integration-tests/snapshots/**
lerna.json
packages/*/dist/
packages/*/api/
packages/cspell-bundled-dicts/cspell-default.config.js
perf-report.md
test-fixtures/**
tools/perf-chart/dist/**
tools/perf-chart/lib/**
website/build/**
website/**/auto_*
website/**/*.mdx
**/cspell-bad.json
.yarn
.pnp.cjs
.pnp.js
**/fixtures/with-errors/**
api.d.ts
**/*.d.cts
**/*.cjs
lib-bundled
__snapshots__