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 = {