From 493dbd2acb614b0e16fd464cd904f6296410f737 Mon Sep 17 00:00:00 2001 From: CaIon Date: Thu, 5 Feb 2026 22:53:07 +0800 Subject: [PATCH] Add .gitattributes to mark frontend as vendored --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2b2c61f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Mark web frontend as vendored so GitHub recognizes this as a Go project +web/** linguist-vendored + +# Also mark electron files as vendored +electron/** linguist-vendored