From 7464ffc1feedbb2531e9f901eef0c3ae9d57b65b Mon Sep 17 00:00:00 2001 From: James Osborne Date: Sat, 18 Oct 2025 01:53:39 -0400 Subject: [PATCH] git attributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab29a0a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Don’t count vendored deps or build artifacts in language stats +vendor/** linguist-vendored +pkg/** linguist-vendored +binaries/** linguist-vendored + +# Generated/minified or archive outputs +*.min.js linguist-generated +*.pkg.tar.* linguist-generated +*.tar.zst linguist-generated +go.sum linguist-generated