Archon/.prettierignore
Rasmus Widing a2dd184a48 refactor: move docs site to packages/docs-web as workspace member
- Move website/ → packages/docs-web/ as @archon/docs-web
- Remove npm package-lock.json, use shared bun.lock
- Update deploy-docs.yml to use bun instead of npm
- Add dev:docs and build:docs workspace scripts
- Update prettierignore and eslint ignores
- Update Starlight edit link base URL
2026-04-06 11:09:32 +03:00

43 lines
545 B
Text

# Dependencies
node_modules/
# Build output
dist/
# Test coverage
coverage/
# Logs
*.log
# Environment files
.env
.env.*
# Session/workspace data
sessions/
api_sessions/
workspace/
# Lock files (auto-generated)
package-lock.json
# Agent commands and documentation (user-managed)
.agents/
.claude/
.archon/
# Website (Astro/Starlight - uses own formatting)
packages/docs-web/
# GitHub templates (don't auto-format)
.github/
# Project documentation (don't auto-format)
docs/
CLAUDE.md
README.md
CHANGELOG.md
CONTRIBUTING.md
*.yml
*.yaml