.superpowers/ holds git-ignored controller artifacts (briefs, reports, review packages). Prettier still walked it, so format:check — and with it check:production — failed on scratch markdown. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
32 lines
645 B
Plaintext
32 lines
645 B
Plaintext
node_modules/
|
|
dist/
|
|
**/dist/
|
|
.publish/
|
|
**/.wirefw/
|
|
coverage/
|
|
bun.lock
|
|
bun.lockb
|
|
*.log
|
|
|
|
# Generated code (queries.gen.ts, routes.gen.ts, etc.)
|
|
**/*.gen.ts
|
|
**/*.generated.d.ts
|
|
|
|
# Bundled .wire compiler for the VS Code extension (generated)
|
|
editors/vscode/src/compiler.cjs
|
|
editors/vscode/src/language-server.cjs
|
|
editors/vscode/src/extension.bundle.cjs
|
|
docs/public-api-0.8.json
|
|
docs/ui-visual-contract-0.8.json
|
|
*.svg
|
|
**/.vscodeignore
|
|
|
|
# Local focused typecheck helpers (never part of a release)
|
|
focus-shims.d.ts
|
|
**/focus-shims.d.ts
|
|
tsconfig.focus.json
|
|
**/tsconfig.focus.json
|
|
|
|
# SDD scratch workspace (git-ignored controller artifacts)
|
|
.superpowers/
|