From 10f04df61e77c782e9821576e099c1d4ac74e228 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Tue, 4 Nov 2025 07:56:21 +1100 Subject: [PATCH] Add images/ to export-ignore in .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 8e69af8..9d42190 100644 --- a/.gitattributes +++ b/.gitattributes @@ -107,3 +107,4 @@ .gitignore export-ignore .gitkeep export-ignore .github/ export-ignore +images/ export-ignore