add .direnv folder to gitignore
This commit is contained in:
parent
083863a90b
commit
d65a54ae75
|
@ -200,6 +200,9 @@ in
|
|||
rc = "rebase --continue";
|
||||
n = "!git commit --all --amend --no-edit && git rc";
|
||||
};
|
||||
ignores = [
|
||||
".direnv"
|
||||
];
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
sequence.editor = let
|
||||
|
|
Loading…
Reference in New Issue