From c523146ac23af3e54e8f28b831aff79c42e43467 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 27 Sep 2023 07:27:27 -0500 Subject: [PATCH] chore: add node to ignore Signed-off-by: jolheiser --- config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.nix b/config.nix index a7922a7..b6b9c33 100644 --- a/config.nix +++ b/config.nix @@ -1,5 +1,5 @@ {pkgs ? import {}}: { - ignore = [".idea/" "result"]; + ignore = [".idea/" "result" "node_modules/"]; settings = { theme = "catppuccin_mocha_transparent"; editor = {