mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 21:47:53 +00:00
- 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
43 lines
545 B
Text
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
|