Files
blackroad-os-docs/.gitignore
copilot-swe-agent[bot] 1845e069e0 Add comprehensive system prompt, style guide, and documentation structure
- Add SYSTEM_PROMPT.md with full documentation philosophy
- Add STYLE_GUIDE.md with detailed writing standards
- Create services/ directory with docs for API, Operator, Core, Web, Prism, Infra
- Create agents/ directory with agent ecosystem documentation
- Create guides/ directory with getting-started and contributing guides
- Create runbooks/ directory with incident playbook and deployment runbooks
- Create reference/ directory with API reference placeholder
- Update sidebars.ts to include all new sections
- Update CONTRIBUTING.md to reference new comprehensive guides
- Update .gitignore to exclude binary assets per system prompt requirements
- All documentation builds successfully with no broken links

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-24 16:42:05 +00:00

82 lines
883 B
Plaintext

# Dependencies
node_modules
package-lock.json.bak
# Build outputs
build
dist
.docusaurus
.next
out
# Environment files
.env
.env.local
.env.*.local
.env.*
# Cache and temp files
.cache
.tmp
tmp
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Lock files (optional - remove if you want to track them)
pnpm-lock.yaml
# IDE
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
# Generated files
static/health.json
static/health/
static/version.json
static/version/
# Binary assets - DO NOT COMMIT per system prompt
*.png
*.jpg
*.jpeg
*.gif
*.ico
*.pdf
*.zip
*.tar
*.tar.gz
*.mp4
*.mov
*.avi
*.psd
*.sketch
*.fig
# Allow specific blessed images if needed (uncomment and specify)
# !static/logo.svg
# !static/favicon.ico
# Secrets and sensitive data
*.key
*.pem
*.p12
*.pfx
secrets.json
credentials.json
# Testing
coverage
.nyc_output
*.lcov
# OS
Thumbs.db
Desktop.ini