From d0102b6d007c7d495c85adef7bc1a66d8ff1e44e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 19 Feb 2022 15:00:22 +0300 Subject: [PATCH] chore: Ignore the generated list of nixpkgs files for language stats This is totally a nitpick, but it bothered me that Github lists this repository as almost entirely being Javascript :) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d6dc249 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ignore the generated list of nixpkgs files for language stats. +nixpkgsFiles.js linguist-generated