mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
Agent working notes (HANDOVER/handoff) and one-off UI prototype HTML files were committed by mistake. Remove the already-tracked ones, add .gitignore patterns for these classes of files and a .tmp/ scratch dir, and document the rule plus a pre-commit self-check in AGENTS.md so future mistakes are caught mechanically. No publishable package is affected, so this PR needs no changeset.
39 lines
508 B
Text
39 lines
508 B
Text
node_modules/
|
|
dist/
|
|
dist-web/
|
|
dist-single/
|
|
dist-native/
|
|
.tmp-api-extractor/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
.vitest-results/
|
|
.DS_Store
|
|
.playwright-mcp/
|
|
.claude
|
|
.conductor
|
|
.kimi-stash-dir
|
|
plugins/cdn/
|
|
.worktrees/
|
|
.kimi-code/local.toml
|
|
.kimi-sandbox/
|
|
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
docs/superpowers/
|
|
reports/
|
|
.superpowers/
|
|
/plan/
|
|
|
|
# Agent scratch / throwaway files - do not commit
|
|
.tmp/
|
|
HANDOVER*.md
|
|
HANDOFF*.md
|
|
handoff.md
|
|
handover.md
|
|
*-designs.html
|
|
*-design.html
|
|
*-mockup.html
|
|
*-demo.html
|
|
*-demos.html
|