From bfc5ffa76be56d17ff78ffd8016c1f0a9b82c91f Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Sat, 29 Nov 2025 23:16:17 -0500 Subject: [PATCH] Add gitattributes to maybe cut down on terrible Github review pages --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a485dd63 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +backend/internal/data/ent/** linguist-generated=true +backend/internal/data/ent/schema/** linguist-generated=false +frontend/lib/api/types/** linguist-generated=true \ No newline at end of file