chore: update gitignores

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2023-09-21 11:34:53 -05:00
parent 4707be72a7
commit 5581165336
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ in {
tui = "!lazygit";
};
lfs.enable = true;
ignores = [".idea/"];
ignores = [".idea/" "result"];
extraConfig = {
init.defaultBranch = "main";
merge.conflictstyle = "diff3";