From ea0f1a1b8584825e05503bc56eb172e506b0b9ce Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 13 Nov 2023 10:54:48 +0200 Subject: [PATCH] .gitattributes: add a note on git-lfs not supporting case-insensitivity --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 10d033b9..5534c6b3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -73,3 +73,5 @@ Windows/** text=auto eol=crlf # provided by git-lfs. https://github.com/git-lfs/git-lfs/wiki/File-Locking LICENSE text lockable CITATION.cff text lockable + +# NOTE! .gitattributes doesn't support the case-insensitive style above!