diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-16 09:11:09 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-16 09:11:09 -0500 |
| commit | 59dd61b446319696099619709ca3bcd7902a7f08 (patch) | |
| tree | c4a0568ae67373b012ea343911e098bf8cf3eed6 /.gitignore | |
| parent | 769d10248e1b0ccd7be756da8503b24e06affdd5 (diff) | |
| download | archsetup-59dd61b446319696099619709ca3bcd7902a7f08.tar.gz archsetup-59dd61b446319696099619709ca3bcd7902a7f08.zip | |
chore: ignore the screenshot the gallery probes emit
probe-fams.mjs writes fams.png into the test directory on every run, so it sat untracked and one `git add -A` from being committed.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,3 +30,6 @@ __pycache__/ # Claude Code per-project tooling (swept 2026-07-01) /CLAUDE.md /AGENTS.md + +# Screenshot the gallery probes emit on every run +/tests/gallery-probes/fams.png |
