git additional settings

nix-components
pegasust 2022-11-22 01:24:38 +00:00
parent 07ededb06c
commit b61cff4fe0
1 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,16 @@
extraConfig = {
merge = { tool = "vimdiff"; conflictstyle = "diff3"; };
};
ignores = [
# vscode-related settings
".vscode"
# envrc cached outputs
".direnv"
];
extraConfig = {
# cache credential for 10 minutes.
credential.helper = "cache --timeout=600"
};
# why is this no longer valid?
# pull = { rebase=true; };
};