diff --git a/profiles/base/default.nix b/profiles/base/default.nix index 5c1e755..2999b20 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -218,6 +218,7 @@ in }; ignores = [ ".direnv" + ".vscode" ]; extraConfig = { pull.rebase = true;