From d74527a29cea8113ae4055ca53a87e75abc0618c Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Fri, 4 Sep 2026 21:31:00 -0600 Subject: [PATCH] Stop tracking .claude/ -- local tool config, not project source launch.json is just the Browser preview tool's dev-server launch config (command, port); nothing sensitive in it, but it never should have been committed in the first place. Co-Authored-By: Claude Sonnet 5 --- .claude/launch.json | 17 ----------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 .claude/launch.json diff --git a/.claude/launch.json b/.claude/launch.json deleted file mode 100644 index ddda633..0000000 --- a/.claude/launch.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "version": "0.0.1", - "configurations": [ - { - "name": "frontend", - "runtimeExecutable": "npm", - "runtimeArgs": ["--prefix", "frontend", "run", "dev"], - "port": 5173 - }, - { - "name": "frontend-preview", - "runtimeExecutable": "npm", - "runtimeArgs": ["--prefix", "frontend", "run", "preview"], - "port": 4173 - } - ] -} diff --git a/.gitignore b/.gitignore index 1030699..2e88bec 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ dist-ssr/ ## Editors / OS .vscode/ .idea/ +.claude/ .DS_Store ## Test / coverage