chore: initial scaffold — spec, decisions, gitignore
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
.superpowers/
|
||||
.backup/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
dist/
|
||||
build/
|
||||
.svelte-kit/
|
||||
.vite/
|
||||
|
||||
# Logs / coverage
|
||||
*.log
|
||||
coverage/
|
||||
.vitest/
|
||||
|
||||
# Editor / OS
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Handoff workspace artifacts (kept local)
|
||||
.claude/handoffs/*.draft.md
|
||||
Reference in New Issue
Block a user