aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-16 09:11:09 -0500
committerCraig Jennings <c@cjennings.net>2026-07-16 09:11:09 -0500
commit59dd61b446319696099619709ca3bcd7902a7f08 (patch)
treec4a0568ae67373b012ea343911e098bf8cf3eed6
parent769d10248e1b0ccd7be756da8503b24e06affdd5 (diff)
downloadarchsetup-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.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 83bd6a3..bf15571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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