base: add .vscode to gitignore
This commit is contained in:
parent
80fae0b504
commit
115f530077
|
@ -218,6 +218,7 @@ in
|
||||||
};
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
".direnv"
|
".direnv"
|
||||||
|
".vscode"
|
||||||
];
|
];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
|
Loading…
Reference in New Issue