forked from cloudflare/nimbus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (23 loc) · 719 Bytes
/
Copy path.gitignore
File metadata and controls
27 lines (23 loc) · 719 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
node_modules
dist
.astro
.turbo
.nimbus
.DS_Store
*.log
.env
.env.*
!.env.example
# Per-developer editor / MCP config — local paths, not for the repo.
.mcp.json
.claude/
opencode.jsonc
# Local inspection workspace — scaffolded fresh by `pnpm local`.
examples/
# Generated registry output — fully derived from apps/www/registry/manifests.ts
# and examples/starter/src/. Regenerate via `pnpm --filter @nimbus/www generate-registry`.
apps/www/public/registry/
# Generated template variants — derived from packages/nimbus-starter-source/ via
# copy-template.mjs. Generated on demand for local dev (`pnpm local`), release
# verify, and the templates-repo sync. Regenerate via `pnpm build:templates`.
.generated/