From 38f7af21f52965efeaa19a1f3f1794c22ce8b98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Wed, 20 Mar 2024 16:37:51 +0100 Subject: [PATCH] Fix error in .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 715b97d..b722495 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,8 @@ # Don't compute diff for these files Cargo.lock -diff -dist/** -diff +/examples/demo/dist/*.js -diff +/examples/ssr-demo/dist/*.js -diff # Don't export/archive these files .github export-ignore