From 468c99c3c256e29e01fb863c6e107303a74c8c5e Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Sat, 25 Nov 2023 00:43:48 -0500 Subject: [PATCH] add gitattributes to hopefully stop git from clowing our CSV, TXT and JSON data files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e074083 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.csv binary +*.txt binary +*.json binary \ No newline at end of file