From 0ff2719b19168fa1538355a27cd8150cf6c3b9c9 Mon Sep 17 00:00:00 2001 From: pompydev Date: Thu, 15 May 2025 13:09:12 +0900 Subject: [PATCH] make github ignore .nix and .envrc file for language statistics --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53c5ee4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.nix export-ignore +*.envrc export-ignore