forked from QwikDev/qwik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
46 lines (45 loc) · 856 Bytes
/
.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
43
44
45
46
**/api.md
**/*.log
**/.DS_Store
*.
.history
.yarn
.yarnrc.yml
.pnpm-store
pnpm-lock.yaml
.mf
dist
dist-dev
lib
etc
external
node_modules
qwik-app
target
output
rollup.config.js
build
!packages/qwik/src/build
.cache
.rollup.cache
tsconfig.tsbuildinfo
packages/docs/api/**/*
packages/docs/public/repl/repl-sw.js*
packages/docs/src/routes/**/*.mdx
**/server/**/*.js
starters/**/*.js
# explicit exclusion for tailwind prettier.config.js
starters/features/tailwind/*
packages/docs/server
packages/docs/src/routes/api
packages/docs/**/*.md
packages/docs/**/*.mdx
packages/insights/drizzle
packages/insights/.netlify
packages/insights/scripts
packages/insights/**/*.gen.d.ts
packages/qwik-labs/lib-types
packages/qwik-labs/vite
# TODO: Figure out why this doesn't pass in CI
packages/qwik/src/core/props/props.ts
packages/docs/src/routes/docs/overview/index.mdx