From 90ef2020c414df287c4d962b7ebce134f70cfeb7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 27 Aug 2025 14:20:22 +0300 Subject: [PATCH] .gitattributes: Update img path --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 710a2b95..e76124ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,7 @@ *.png filter=lfs diff=lfs merge=lfs -text # Exclude LFS-tracked files from the tarball -/wiki/img/ export-ignore +/docs/wiki/img/ export-ignore # exclude .gitattributes itself from the tarball .gitattributes export-ignore