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