From 5d3beaad4f93dc17978615ffcf1aad2221d6e138 Mon Sep 17 00:00:00 2001 From: Elijah Potter Date: Fri, 28 Nov 2025 13:25:20 -0700 Subject: [PATCH] fix: ignore test dataset files from source code line count --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6313b56c..8e79ade1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto eol=lf +quill_simple.html linguist-generated +github_textarea.html linguist-generated