Files
forge/.gitignore
T
Dmytro Tkachenko 98c157ace5 chore(agents): track Claude AI-team config + git-workflow rule
The recent "Initial import" of main is app-only and dropped .claude/. This
brings the AI-team config into the repo: all 11 .claude/agents/*.md and 11
.claude/skills/*/SKILL.md, each carrying the "Git workflow (every task)" rule
(at task start: commit+push unpushed work, branch off main, build on the
branch, commit+push at the end; mid-chain and read-only agents stay on the
branch and don't re-branch).

Also gitignores the per-user local .claude files (.claude/settings.local.json,
.claude/*.lock) so only the shared team config is tracked. claude_artifacts/
left untracked by choice.

verifier PASS: 23 files staged (22 team + .gitignore); rule byte-identical in
all 22; gitignore scoped so tracked team files stay tracked; branch descends
from origin/main (PRs cleanly).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VEsaHQx8cXr1hFrKU42UK6
2026-08-29 12:44:59 +03:00

37 lines
647 B
Plaintext

/tmp
/out-tsc
# dependencies
node_modules
/client/node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.pnp
.pnp.js
# build output
/dist
/client/dist
# env / secrets
.env
.env.local
.env.*.local
# raw Let it Snow storage dump — a dev artifact with real PII, not an app input.
# Convert it to the seed archives with `npm run dump-to-archives` instead.
storage-dump.json
# editor
.vscode/*
.DS_Store
# NAS deploy config (not secret, but host-specific)
.deploy.env
# Claude Code — track the shared team config (.claude/agents, .claude/skills),
# but keep per-user local files out of git.
.claude/settings.local.json
.claude/*.lock