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.
This commit is contained in:
2026-05-16 23:50:47 +00:00
parent c72766d352
commit 1579d4419c

1
.gitignore vendored
View File

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