From 969de5e61810ef91f6f83c475b192c4841367dfa Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Thu, 27 Jul 2023 17:48:12 +0100 Subject: [PATCH] fix typo in .gitattributes (#330) example where not excluded properly causing the example BMP (1.3MB) to push to users of the lib (like @getkirby) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 516226e..25f0c86 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -/examples export-ignore +/example export-ignore /.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore