forked from cloudflare/workers-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
42 lines (33 loc) · 1.32 KB
/
.prettierignore
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
CHANGELOG.md
# Moved from /templates
*-lock.*
*.lock
*.log
# TurboRepo CodeGen .hbs files
**/*.hbs
.turbo/**
# Generated Cap'n Proto files shouldn't be formatted
*.capnp.js
*.capnp.d.ts
# In the C3 templates, in particular framework templates, we want to be able to
# use any format that the framework authors prefer/use in their own templates,
# so let's ignore all the c3 template files, exlcuding the c3.ts ones, and tests
packages/create-cloudflare/templates*/**/*.*
!packages/create-cloudflare/templates*/**/c3.ts
!packages/create-cloudflare/templates*/**/test/**/*.ts
!packages/create-cloudflare/templates*/**/test/**/*.js
# Format the hello-world template (negate previous exclusion above) for best practices, since we control these
# but still exclude the worker-configuration.d.ts file, since it's generated
!packages/create-cloudflare/templates*/hello-world/**/*.*
packages/create-cloudflare/templates*/hello-world/**/worker-configuration.d.ts
packages/wrangler-devtools/devtools-frontend
# dist-functions are generated in the fixtures/vitest-pool-workers-examples/pages-functions-unit-integration-self folder
dist-functions
vscode.d.ts
vscode.*.d.ts
.e2e-logs*
templates/*/build
templates/*/dist
.github/pull_request_template.md
# This file intentionally has a syntax error
fixtures/interactive-dev-tests/src/startup-error.ts