mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-07 05:56:41 +02:00
e72ce9b648
Conflicts resolved: - VERSION: keep 0.14.0.0 (our branch > main's 0.13.3.0) - package.json: same version resolution - CHANGELOG.md: keep both entries, 0.14.0.0 above 0.13.3.0 - .gitignore: merge both sides (our bun.lock + main's env patterns) Main brought in v0.13.3.0 "Lock It Down": pinned dependencies via bun.lock, gstack-slug non-git fallback, setup CI timeout, Windows lockfile fix, design doc discovery fix, autoplan sequential voices, community PR guardrails in CLAUDE.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
242 B
Plaintext
21 lines
242 B
Plaintext
.env
|
|
node_modules/
|
|
browse/dist/
|
|
design/dist/
|
|
bin/gstack-global-discover
|
|
.gstack/
|
|
.claude/skills/
|
|
.agents/
|
|
.context/
|
|
extension/.auth.json
|
|
.gstack-worktrees/
|
|
/tmp/
|
|
*.log
|
|
supabase/.temp/
|
|
bun.lock
|
|
*.bun-build
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
!.env.example
|