Skip to content

Commit

Permalink
feat(nix/hm/git): ignore .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjbray committed Aug 18, 2023
1 parent 3a17c74 commit ea0f46f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/home.nix
Expand Up @@ -131,6 +131,7 @@ in {
userEmail = "mattjbray@gmail.com";
userName = "Matt Bray";
ignores = [
".DS_Store"
".direnv/"
];
};
Expand Down

0 comments on commit ea0f46f

Please sign in to comment.