From 5422c47928cdabc0d2bdd81fa4288667b4ab30dc Mon Sep 17 00:00:00 2001 From: indifferentketchup Date: Sat, 16 May 2026 23:50:47 +0000 Subject: [PATCH] gitignore data/ for global AGENTS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The /data dir is host-mounted into the container at /data:ro and holds the global AGENTS.md seed (v1.8.1). It is part of the deployment contract — anyone cloning needs to mkdir data/ + cp AGENTS.md into it themselves — so the directory itself should never be tracked. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a3a9da5..d9ec4c7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ dist .vite coverage secrets/ +data/