From 284b0af647a5eead5568d590a233b33dbe585ce2 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 12 Aug 2022 20:48:02 +0200 Subject: [PATCH] flake: add files to exclude list --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index 90e3e60..6e229d5 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,16 @@ ./flake.lock ./default.nix ./shell.nix + + ./.envrc + ./.drone.star + ./.gitattributes + ./.gitignore + ./.golangci.yml + ./.editorconfig + ./.pre-commit-config.yaml + + ./.badges ]; };