mirror of
https://github.com/wiseguru/ReWrite-Voice-Notes.git
synced 2026-07-22 07:49:19 +00:00
Save docs/IMPLEMENTATION_PLAN.md (the approved plan, with link paths adjusted for its new home) so it survives across Claude Code sessions and is visible to anyone cloning the project. Add a docs/claude-scratch/ convention for ephemeral working docs (kept as a folder via .gitkeep, contents gitignored) and ignore .claude/settings.local.json (per-user harness config). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
29 lines
534 B
Text
29 lines
534 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
|
|
# Claude Code: per-user harness config (kept out of git)
|
|
.claude/settings.local.json
|
|
|
|
# Claude Code: ephemeral working docs (the folder is kept via .gitkeep)
|
|
docs/claude-scratch/*
|
|
!docs/claude-scratch/.gitkeep
|