From c6fc2477d5db6c9fa60e701e361693f63dddc88b Mon Sep 17 00:00:00 2001 From: Yoav Lavi Date: Sun, 24 Nov 2024 20:27:20 +0200 Subject: [PATCH] ignore flake in languages (#101) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ac25e167..3fcbf8da 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ playground/** linguist-vendored extensions/** linguist-vendored xtask/** linguist-vendored -integrations/** linguist-vendored \ No newline at end of file +integrations/** linguist-vendored +flake.nix linguist-vendored