gitignore data/ for global AGENTS.md

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) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 23:50:47 +00:00
parent b09d0ffde0
commit 5422c47928

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ dist
.vite .vite
coverage coverage
secrets/ secrets/
data/