git: ignore ds_store on macos
This commit is contained in:
parent
bf13bdfded
commit
c0a563278d
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
let
|
||||
cfg = config.snowhawk.git;
|
||||
macos = config.snowhawk.macos.enable;
|
||||
in
|
||||
{
|
||||
options.snowhawk.git = {
|
||||
|
@ -21,6 +22,7 @@ in
|
|||
|
||||
ignores = [
|
||||
"Session.vim"
|
||||
(lib.mkIf macos ".DS_Store")
|
||||
];
|
||||
|
||||
aliases = {
|
||||
|
|
Loading…
Reference in a new issue