From 946dd966cb3bca9e334da6aed47232fe2f290dc4 Mon Sep 17 00:00:00 2001 From: cyanghxst <155308268+cyanghxst@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:00:13 -0700 Subject: [PATCH] Add .gitattributes with linguist-generated entries --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bc2bd94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +loadtest_report/** linguist-generated +docs/**/*.html linguist-generated