From 4d81d4461f3747a74966b1f0cd22e01b872154b4 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 11 Jul 2025 13:23:00 +0200 Subject: [PATCH] Mark assets/schemas.json as excluded from diff --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e111e04a..0ebc43d2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,5 @@ *.nix -crlf .husky/pre-commit -crlf package-lock.json -diff -flake.lock -diff \ No newline at end of file +flake.lock -diff +assets/schemas.json -diff \ No newline at end of file