From 9faa1f2a37c0d439c6ec1f73bfcc6a610ab4b740 Mon Sep 17 00:00:00 2001 From: Colin Cogle Date: Tue, 21 May 2024 22:34:49 -0400 Subject: [PATCH] Force repo to be case-insensitive. Signed-off-by: Colin Cogle --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..253fa5c --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +# For better Windows compatibility, though +# it's been fine so far. + +[core] + ignorecase = true