forked from solana-foundation/solana-com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
33 lines (31 loc) · 733 Bytes
/
Copy path.prettierignore
File metadata and controls
33 lines (31 loc) · 733 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
.github/*.md
public
.vercel
.next
**/.next
.turbo
dist
coverage
playwright-report
apps/docs/.source
apps/web/content/**/meta.json
.claude
.cursor
.codex
.gstack
.secrets-migration
.ralph
RALPH_TASK.md
turbo/generators/templates
# Translated content is generated by Lingo and must remain byte-identical to
# the hashes in .lingo/lock.json. Keep the English source content formatted.
packages/i18n/messages/*/*
!packages/i18n/messages/*/en
apps/docs/content/docs/*
!apps/docs/content/docs/en
apps/docs/content/learn/*
!apps/docs/content/learn/en
apps/docs/content/developers-learn/*
!apps/docs/content/developers-learn/en
# Ignore RPC docs to prevent formatting issues with custom codehike annotations
apps/web/content/docs/*/rpc/**