From 64fd443c67486bb42e2bed001ca9c547e55301e7 Mon Sep 17 00:00:00 2001 From: sqwishy Date: Fri, 29 Jul 2022 15:02:34 -0700 Subject: [PATCH] treat sqlx-data.json as binary in git diff (#265) --- backend/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 backend/.gitattributes diff --git a/backend/.gitattributes b/backend/.gitattributes new file mode 100644 index 0000000000..ae5afde410 --- /dev/null +++ b/backend/.gitattributes @@ -0,0 +1 @@ +sqlx-data.json -diff