.gitattributes: Update img path

This commit is contained in:
Ivan Molodetskikh
2025-08-27 14:20:22 +03:00
parent dfe463ed7d
commit 90ef2020c4

2
.gitattributes vendored
View File

@@ -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