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
commit30efe13fabe8704fd165d81436066fb635dad01d (patch)
tree969ebccdcc159ef8c4bc4f5c3996e0d40d4bba60
parent3949ff369be62efda41bf43a4dd0e25e79f9f1d1 (diff)
downloadarchsetup-30efe13fabe8704fd165d81436066fb635dad01d.tar.gz
archsetup-30efe13fabe8704fd165d81436066fb635dad01d.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