From 1d50b2bd26e14ec14ffd6ec57b4e0ba73f33fa60 Mon Sep 17 00:00:00 2001 From: Yichen Jiang Date: Sat, 8 Aug 2026 23:45:38 +0800 Subject: [PATCH] chore: untrack the local .claude/launch.json and ignore it --- .claude/launch.json | 19 ------------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .claude/launch.json diff --git a/.claude/launch.json b/.claude/launch.json deleted file mode 100644 index d2ac19b830..0000000000 --- a/.claude/launch.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "version": "0.0.1", - "configurations": [ - { - "name": "dsh-web", - "runtimeExecutable": "env", - "runtimeArgs": [ - "DSH_HOME=/Users/jyc/projects/agentProjects/deepseek-harness/.claude/worktrees/tool-call-side-effects-fix-680343/tmp/dsh_home", - "DSH_TELEMETRY_DISABLED=1", - "node", - "apps/cli/lib/bin.js", - "web", - "--port", - "3080" - ], - "port": 3080 - } - ] -} diff --git a/.gitignore b/.gitignore index 4d3e1305d7..3d0fd8e322 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ oxlint-contract-*.ts .humanize/ tmp/ .claude/commands/ +.claude/launch.json .claude/settings.json .vscode/ .DS_Store