From e8fe67d0d99706a80f287c8512246f02b617d2fe Mon Sep 17 00:00:00 2001 From: Nam Pham Dinh Thanh Date: Tue, 18 Aug 2026 13:11:43 +0900 Subject: [PATCH] Stop tracking the chat transcript the app writes into the repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Launching the app from the working copy left .cowork_history/ next to the source, and one transcript rode along into the previous commit and up to the remote. It is the user's data, not code. Untracked and ignored, along with .cowork_local/ for the same reason. The file stays in the history of e5bd679 — removing it there rewrites the branch, which is the user's call. Co-Authored-By: Claude Opus 5 (1M context) --- .cowork_history/cowork__20260818-130950-831.json | 16 ---------------- .gitignore | 4 ++++ 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 .cowork_history/cowork__20260818-130950-831.json diff --git a/.cowork_history/cowork__20260818-130950-831.json b/.cowork_history/cowork__20260818-130950-831.json deleted file mode 100644 index b137cb1..0000000 --- a/.cowork_history/cowork__20260818-130950-831.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "kind": "cowork", - "session_id": "20260818-130950-831", - "title": "alo", - "created": "2026-08-18T13:10:03", - "pinned": false, - "project_id": "project-mới", - "inputs": [], - "outputs": [], - "messages": [ - { - "role": "user", - "content": "alo" - } - ] -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 300b071..182f2ee 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,7 @@ vibeflow.json .turbo/ *.tsbuildinfo +# Runtime data the app writes next to itself when it is run from the repo. +# A chat transcript got committed and pushed this way. +.cowork_history/ +.cowork_local/