From 115f5300770c4c4ca9848f6cf1fc373751a398ab Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 17 Oct 2022 22:24:44 +0200 Subject: [PATCH] base: add .vscode to gitignore --- profiles/base/default.nix | 1 + 1 file changed, 1 insertion(+) 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;