58b9d8e0ac
Fix [Unreleased] compare link (v0.5.1→v0.5.2), add missing [0.5.2] compare link, remove phantom social-preview.html from .dockerignore. Add full repo audit document. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
398 B
Plaintext
36 lines
398 B
Plaintext
node_modules
|
|
.git
|
|
.github
|
|
.claude
|
|
.worktrees
|
|
.env
|
|
.env.*
|
|
.nvmrc
|
|
.gitignore
|
|
.dockerignore
|
|
|
|
# Documentation & screenshots (not needed at runtime)
|
|
docs/screenshots/
|
|
docs/superpowers/
|
|
docs/social-preview.png
|
|
docs/logo.svg
|
|
|
|
# Tests
|
|
test-*.js
|
|
test-*.mjs
|
|
coverage/
|
|
|
|
# Scripts (dev-only)
|
|
scripts/
|
|
|
|
# Markdown files (README, CHANGELOG, etc.)
|
|
*.md
|
|
|
|
# IDE & OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|