diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2b2c61f70 --- /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