From b1635c7313d0e1fb38cb59bb16cc42267598962c Mon Sep 17 00:00:00 2001 From: Jamey Greenwood Date: Sun, 25 Jan 2026 09:33:29 +0000 Subject: [PATCH] chore: ignore digested mockup variants in .gitignore Add pattern to ignore Phoenix-digested versions of mockup files (files with 32-char hash in filename from mix phx.digest). Also changed thumb pattern to catch all extensions. Co-Authored-By: Claude Opus 4.5 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 015891c..d2be3f4 100644 --- a/.gitignore +++ b/.gitignore @@ -54,7 +54,9 @@ simpleshop_theme-*.tar /priv/static/mockups/*-400.* /priv/static/mockups/*-800.* /priv/static/mockups/*-1200.* -/priv/static/mockups/*-thumb.jpg +/priv/static/mockups/*-thumb.* +# Digested versions of mockup variants and sources (from mix phx.digest) +/priv/static/mockups/*-????????????????????????????????.* # Generated image variants cache (regenerated from source images) /priv/static/image_cache/