diff --git a/.gitattributes b/.gitattributes index a1cbdb2..c38d63b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Repository assets (screenshots, etc.) .repo-assets/** filter=lfs diff=lfs merge=lfs -text + +# Ignore plaintext assets +.repo-assets/**/*.md filter= diff= merge= text