workspace-manager/.gitignore
toki be5f6d5522 sync: workspace rules and skill files update
- Update entry files (.clinerules, .cursorrules, AGENTS.md, CLAUDE.md, GEMINI.md)
- Update common and project rules
- Update target discovery and collect scripts
- Add target-excludes.txt for exclude management
2026-05-28 06:11:23 +09:00

17 lines
423 B
Text

# Track root-level files in this workspace repo, but ignore root directories
# by default. Add explicit allow rules for any directory this repo should own.
/*/
# Workspace-owned skills.
!/.workspace-skills/
!/.workspace-skills/**
# Generated or local-only directories should stay ignored even if an allowed
# directory is added later.
/mattermost/
**/.git/
**/node_modules/
**/build/
**/dist/
**/.dart_tool/
**/coverage/