Files
SnapOtter/.gitignore
T
Siddharth Kumar Sah 627ff8a82c chore: remove internal docs from repo, update public documentation
Remove docs/superpowers/, .claude/ config, and PRD.md from version
control (kept locally via .gitignore). Update README, CHANGELOG,
VitePress docs, and .env.example to reflect recent features: Files
page, teams, admin settings, persistent storage, and various API
improvements.
2026-03-26 01:11:40 +08:00

42 lines
485 B
Plaintext

node_modules/
dist/
.turbo/
*.db
*.db-journal
*.db-wal
*.db-shm
data/
tmp/
.env
.env.local
.DS_Store
.playwright-mcp/
.vite/
apps/api/data/
apps/api/tmp/
apps/web/.vite/
# Build artifacts
coverage/
*.tsbuildinfo
# Playwright
test-results/
playwright-report/
blob-report/
# IDE / tool scratch
.superpowers/
.claude/
docs/superpowers/
PRD.md
# Ad-hoc test screenshots and reports
test-*.png
stirling-pdf-*.png
settings-*.png
layout-*.png
audit_report.md
.worktrees/
.release-version