From acfc17dd53a7f87a3ca6d745cfc90318f4c9eb0d Mon Sep 17 00:00:00 2001 From: lonelyhentxi Date: Tue, 25 Feb 2025 02:19:14 +0800 Subject: [PATCH] repo: fix gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..25f5cea --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +**/test/resources/** linguist-detectable=false