-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (38 loc) · 795 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (38 loc) · 795 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
46
47
node_modules
*.local.*
.DS_Store
.eslintcache
.env
OVERNIGHT_STATUS.md
# Testing
coverage
reports
.stryker-tmp
smoke-results.json
# Build outputs
dist
*.tsbuildinfo
# Migrate output (created when running `bedrock migrate` against a local fixture)
/.bedrock/
/.mantle-state.yml
/bedrock.config.ts
/bedrock.config.yaml
# Turbo cache
.turbo
# Git worktrees
.worktrees/
# VitePress
**/.vitepress/cache
**/.vitepress/dist
.vercel
.env*.local
# Generated API reference (regenerated by TypeDoc on every build)
apps/website/docs/ocale/api/
apps/website/docs/bedrock/api/
# AI
!.claude/sentinel.local.md
.claude/state
.claude/worktrees
# Sandcastle: defensive ignore in case pnpm ever falls back to an in-tree
# store (the configured store lives in ~/.cache/sandcastle-pnpm-store).
.pnpm-store/