Files
kochetkov-ma__claude-brewcode/.gitignore
T
kochetkov-ma ea944a32fe v4.1.0: add /brewdoc:docsync doc-staleness tracker, remove auto-sync
- New /brewdoc:docsync skill: user-run generator installs project-local hooks
  (track/watch/gate) + config; tracks stale docs by last_updated date; modes
  init/status/sync/reread/frontmatter/uninstall; confirm-before-sync gate
- Removed auto-sync skill, bd-auto-sync-processor agent, auto-sync:* frontmatter
  tags (~44 files), and skill-creator template injection
- Docs updated at all levels (README, MDX, navigation, guide catalog, CLAUDE.md)
2026-07-19 13:16:50 +01:00

39 lines
639 B
Plaintext

.idea/
runtime/dist/
runtime/node_modules/
package-lock.json
!web/docs/package-lock.json
# User-specific files (not tracked)
user/
.claude/memory/
# Astro docs site
web/docs/node_modules/
web/docs/dist/
web/docs/.astro/
# Environment secrets
.env
!**/.env.example
.secrets/
logs/
# Data exports and test artifacts
data/
*.png
!web/docs/public/og/*.png
!web/docs/public/glm-image-badge.png
d2c-output/
.playwright-mcp/
brewtools/skills/think-short/tests/e2e/results/
# Codex-native plugin source is tracked in this repository.
!.codex/
!.codex/**
!**/.codex/
!**/.codex/**
!.agents/
!.agents/plugins/
!.agents/plugins/marketplace.json