mirror of https://github.com/garrytan/gstack.git
50 lines
1.0 KiB
Plaintext
50 lines
1.0 KiB
Plaintext
.env
|
||
node_modules/
|
||
dist/
|
||
browse/dist/
|
||
design/dist/
|
||
make-pdf/dist/
|
||
# diagram-render ships its built bundle (offline-at-install premise, eng-review D2)
|
||
!lib/diagram-render/dist/
|
||
!lib/diagram-render/dist/**
|
||
bin/gstack-global-discover*
|
||
.gstack/
|
||
.claude/skills/
|
||
.claude/gstack-rendered/
|
||
.claude/scheduled_tasks.lock
|
||
.claude/*.lock
|
||
.agents/
|
||
.factory/
|
||
.kiro/
|
||
.opencode/
|
||
.slate/
|
||
.cursor/
|
||
.openclaw/
|
||
.hermes/
|
||
.gbrain/
|
||
.gbrain-source
|
||
.context/
|
||
extension/.auth.json
|
||
# xterm assets are vendored from npm at build time; not source-of-truth.
|
||
extension/lib/xterm.js
|
||
extension/lib/xterm.css
|
||
extension/lib/xterm-addon-fit.js
|
||
.gstack-worktrees/
|
||
/tmp/
|
||
*.log
|
||
*.bun-build
|
||
.env
|
||
.env.local
|
||
.env.*
|
||
!.env.example
|
||
supabase/.temp/
|
||
|
||
# Throughput analysis — local-only, regenerate via scripts/garry-output-comparison.ts
|
||
docs/throughput-*.json
|
||
|
||
# gbrain local source-staging dir (capability checks, source clones) — runtime artifact
|
||
.sources/
|
||
. |