From d9d45bb92c85484e635886902b02ffbdbbc1e291 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 15 Mar 2023 20:06:50 +0100 Subject: [PATCH] flake(p3): ignore folders with resource files --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index a2c6af5..98b1308 100644 --- a/flake.nix +++ b/flake.nix @@ -216,6 +216,10 @@ # the entire .git folder ./.git + + ./p3/data + ./p3/matlab + ./p3/res ]; };