-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
110 lines (96 loc) · 2.58 KB
/
Copy path.gitignore
File metadata and controls
110 lines (96 loc) · 2.58 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.DS_Store
node_modules
__pycache__
app/app/__pychache__
apps/uapi/tmp
# Local environment files
.v26.env
.env
.env.*
!.env.example
!**/.env.example
# Example templates carry placeholders only — always committable.
!.env.*.example
!**/.env.*.example
# Playwright test artifacts
**/playwright-report/**
apps/uapi/playwright-report/
**/test-results/**
apps/uapi/test-results/**
# Auto-generated inventory docs
internal-docs/agents-auto.md
# Coverage output
coverage/
apps/uapi/coverage/
# Jest snapshot directories
**/__snapshots__/
**/.next/**
**/.jest_cache/**
**/storybook-static/**
.cloc_tmp/
# Ignore pnpm temp workspaces
**/.pnpm-home/
**/dist/**
# Ignore accidental TS build outputs in packages (source lives in TS)
packages/**/src/**/*.js
packages/**/src/**/*.js.map
packages/**/__tests__/**/*.js
# Prevent accidental JS emission alongside TS in apps
# Admin app
admin/__tests__/**/*.js
admin/app/**/*.js
admin/components/**/*.js
admin/lib/**/*.js
admin/middleware.js
# UAPI app
apps/uapi/__tests__/**/*.js
apps/uapi/tests/**/*.js
# Keep hand-authored Jest mocks tracked (not compiled output).
!apps/uapi/tests/mocks/**
apps/uapi/app/**/*.js
apps/uapi/components/**/*.js
apps/uapi/lib/**/*.js
apps/uapi/middleware/**/*.js
apps/uapi/middleware.js
# UI registry example JS (generated)
apps/uapi/components/ui/apps/**/example/**/*.js
apps/uapi/components/ui/apps/www/registry/**/example/**/*.js
# Shadcn test fixtures and internal JS helpers
apps/uapi/components/ui/packages/shadcn/test/**/*.js
apps/uapi/components/ui/packages/shadcn/src/utils/**/*.js
# Extra ignore for JS build artifacts across workspaces
apps/uapi/playwright.config.js
apps/uapi/prompts/**/*.js
apps/uapi/scripts/**/*.js
apps/uapi/specifics/**/*.js
apps/uapi/stories/**/*.js
admin/tailwind.config.js
packages/**/tests/**/*.js
packages/**/test/**/*.js
# @bitcode/protocol is a runtime JavaScript package, not TypeScript build
# output. These sources must ship in git clones for Vercel builds.
!packages/protocol/src/**/*.js
!packages/protocol/test/**/*.js
!protocol-demonstration/test/v26-public-copy.test.js
packages/**/examples/**/*.js
packages/**/run/**/*.js
packages/**/prompts/**/*.js
packages/doc-code/scripts/*.js
packages/doc-comment/examples/*.js
packages/web-search/examples/**/*.js
packages/digest/**/*.js
scripts/*.js
apps/uapi/tailwind.config.js
# Miscellaneous
.tmp/
.vercel
.env*.local
.proofs/pipeline-harness-runs/
scripts/.env.staging-testnet
.aider**
.env*
# Local fundraising materials (not product source)
.fundraising/
# Runtime pipeline-host working directories (sandbox/local)
.proofs/pipeline-host/
.proofs/pipeline-host-runs/