Browse Source

chore: untrack the local .claude/launch.json and ignore it

Yichen Jiang 1 month ago
parent
commit
1d50b2bd26
2 changed files with 1 additions and 19 deletions
  1. 0 19
      .claude/launch.json
  2. 1 0
      .gitignore

+ 0 - 19
.claude/launch.json

@@ -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
-    }
-  ]
-}

+ 1 - 0
.gitignore

@@ -19,6 +19,7 @@ oxlint-contract-*.ts
 .humanize/
 tmp/
 .claude/commands/
+.claude/launch.json
 .claude/settings.json
 .vscode/
 .DS_Store