From 35582d21092f3c277adfd7ad36890873121d6c8e Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 4 Oct 2023 14:50:07 -0400 Subject: [PATCH] fix: remove unwanted gitattributes `*-text` tells git to treat all files as non-text files --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 6f9522992..000000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# To prevent CRLF breakages on Windows for fragile files, like testdata. -* -text