From cf8f10c04c93de015b09ae2b3cfcd0d7044f7a4c Mon Sep 17 00:00:00 2001 From: flashgnash <12749214+flashgnash@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:46:54 +0100 Subject: [PATCH] Add Cargo.nix generated by crate2nix Cargo.nix is the name of a file generated by crate2nix from cargo.toml and cargo.lock which dwarfs all other files in smaller projects, heavily skewing language percentage readouts (it is effectively just a nix-ified version of cargo.lock) --- lib/linguist/vendor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 7170782376..7b88ec6395 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -391,3 +391,6 @@ # teamcity CI configuration - (^|/)\.teamcity/ + +#Nix file generated by crate2nix to mirror cargo.lock +- (^|/)Cargo.nix$