From 5919dfeceb1124569d6933625eeb0d0f069b4c0c Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Fri, 24 Jul 2026 16:06:18 +1200 Subject: [PATCH] fix: vendor the Proxmox apidoc dump for linguist The ~4 MB src/ProxmoxSharp.Api/schema/apidoc*.js is a third-party API doc artifact, not source, but it dominated GitHub's language stats and mislabelled the repo as JavaScript. Mark it linguist-vendored so the repo reads as C#. Co-Authored-By: Claude Opus 4.8 --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3c844c7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# The Proxmox API doc dump is a vendored third-party artifact (~4 MB of JS), not our +# source. Exclude it from GitHub's language statistics so the repo isn't mislabelled +# as JavaScript instead of C#. +src/ProxmoxSharp.Api/schema/apidoc*.js linguist-vendored