-
-
Notifications
You must be signed in to change notification settings - Fork 984
Expand file tree
/
Copy path.prettierignore
More file actions
30 lines (22 loc) · 720 Bytes
/
Copy path.prettierignore
File metadata and controls
30 lines (22 loc) · 720 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
# Deep Directories
**/node_modules
# Generated Directories
**/dist
**/build
**/.astro
**/__coverage__
# Directories
.changeset
# Files
pnpm-lock.yaml
# Test snapshots
**/__tests__/**/snapshots
# https://github.com/withastro/prettier-plugin-astro/issues/337
packages/starlight/user-components/Tabs.astro
# Prettier forces whitespace between elements we want to avoid for consistency with the rehype version
packages/starlight/components/AnchorHeading.astro
packages/starlight/__e2e__/fixtures/basics/src/content/docs/anchor-heading-component.mdx
# Malformed YAML file used for testing
packages/starlight/__tests__/i18n/malformed-yaml-src/content/i18n/*.yml
# GitHub Actions workflow files
.github/workflows/*.yml