-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 878 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (37 loc) · 878 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
34
35
36
37
38
39
40
41
42
43
44
45
# Astro dev/build outputs
dist
.astro
.output
# Node dependencies
node_modules
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# Misc
.DS_Store
.fleet
.idea
.vscode/*
!.vscode/extensions.json
# Local pre-launch audit output (screenshots + crawl JSON) from scripts/audit-*.mjs
.audit
# Local env files
.env
.env.*
!.env.example
# Synced from sibling SDK + spec repos by scripts/sync-docs.mjs on every dev/build.
# The hand-authored homepage source stays in the repo.
# `_smoke.mdoc` is a committed Step 2 fixture that keeps the Markdoc/Shiki
# pipeline exercised by the build before docs-sync (Step 4) lands; remove it
# (and src/pages/smoke.astro) once real docs route via Step 3.
src/content/docs/*
!src/content/docs/_smoke.mdoc
public/diagrams
# Playwright MCP scratch output (snapshots, console logs)
.playwright-mcp
# Vercel
.vercel