From f0da36df7ce1afef699a0105aed991c1e4aabbdc Mon Sep 17 00:00:00 2001 From: dynco-nym <173912580+dynco-nym@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:46:43 +0100 Subject: [PATCH] Gitattributes to ignore .sqlx diffs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..24e0b39b6a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +nym-validator-rewarder/.sqlx/** diff=nodiff