forked from tauri-apps/tauri-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
34 lines (27 loc) · 833 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
# Deep Directories
**/node_modules
# Generated Directories
**/dist
**/.astro
# Generated reference docs
src/content/docs/reference
# Git Modules
packages/tauri
packages/plugins-workspace
packages/awesome-tauri
# Files
pnpm-lock.yaml
# Configs
.github
!.github/**.md
# TODO: Figure out why this format isn't acceptable
# https://github.com/withastro/prettier-plugin-astro/issues/407
src/components/overrides/Header.astro
# TODO: Prettier breaks these pages
src/content/docs/learn/Security/capabilities-for-windows-and-platforms.mdx
src/content/docs/learn/Security/using-plugin-permissions.mdx
src/content/docs/learn/Security/writing-plugin-permissions.mdx
src/content/docs/start/frontend/qwik.mdx
src/content/docs/zh-cn/start/frontend/qwik.mdx
src/content/docs/learn/splashscreen.mdx
src/content/docs/security/http-headers.mdx