mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-01 19:25:10 +02:00
66894601e3
* chore: gitignore .factory and remove tracked files The .factory/ directory contains generated skill definitions for Factory Droid compatibility. These should not be tracked in git, same as .claude/skills/ and .agents/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: bump version and changelog (v0.13.5.1) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
243 B
Plaintext
21 lines
243 B
Plaintext
.env
|
|
node_modules/
|
|
browse/dist/
|
|
design/dist/
|
|
bin/gstack-global-discover
|
|
.gstack/
|
|
.claude/skills/
|
|
.agents/
|
|
.factory/
|
|
.context/
|
|
extension/.auth.json
|
|
.gstack-worktrees/
|
|
/tmp/
|
|
*.log
|
|
*.bun-build
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
!.env.example
|
|
supabase/.temp/
|