update ingore

This commit is contained in:
Glen Goodwin 2023-11-16 21:58:06 -05:00
parent e925c18eb8
commit ea7527edc0
2 changed files with 7 additions and 0 deletions

View file

@ -41,6 +41,13 @@
diffFilter = "delta --color-only";
};
};
ignores = [
"__pycache__"
".direnv"
# Node
"npm-debug.log"
"*.swp"
];
};
programs.zsh = {