6c7caa269c
.claude/launch.json was committed but VS Code reads launch configs from .vscode/launch.json, so no tool was consuming it. Moved to the correct location and removed the misplaced file from git tracking. Also added .vscode/settings.json to .gitignore so local VS Code user preferences don't end up tracked. typecheck + 242 tests green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
248 B
Plaintext
16 lines
248 B
Plaintext
node_modules
|
|
out
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
|
|
# Local screen-capture frames (not source)
|
|
.frames/
|
|
|
|
# Secrets — never commit
|
|
.gitea-token
|
|
|
|
# VS Code user settings (workspace settings/.vscode/launch.json are committed)
|
|
.vscode/settings.json
|