aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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
commit471a0bcedd03e35cc583358003182b34f6a1f210 (patch)
tree969ebccdcc159ef8c4bc4f5c3996e0d40d4bba60 /.gitignore
parent0e737a73270ff3c8ec556e8b3a7418724fd745f5 (diff)
downloadarchsetup-471a0bcedd03e35cc583358003182b34f6a1f210.tar.gz
archsetup-471a0bcedd03e35cc583358003182b34f6a1f210.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--.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