mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
After Mintlify's project root moves to docs/public/, .mintignore needs to live alongside the rest of the published tree. Trim AGENTS.md and drafts/ entries that were guarding against now-relocated content; keep the *.draft.mdx glob since it remains meaningful inside docs/public/. Update .claude/skills/docs and .claude/skills/changelog references (SKILL.md and references/mapping.md) so doc-update and changelog skills write into docs/public/ instead of bare docs/.
6 lines
202 B
Text
6 lines
202 B
Text
# Mintlify automatically ignores these files and directories:
|
|
# .git, .github, .claude, .agents, .idea, node_modules,
|
|
# README.md, LICENSE.md, CHANGELOG.md, CONTRIBUTING.md
|
|
|
|
# Draft content
|
|
*.draft.mdx
|