home: git: setup global ignores

This commit is contained in:
Antoine Martin 2022-11-27 15:45:40 +01:00
parent e06f1d51b9
commit 6f3a579cd6

View file

@ -57,6 +57,11 @@ in {
contents = {user = {email = "antoine4.martin@epita.fr";};}; contents = {user = {email = "antoine4.martin@epita.fr";};};
} }
]; ];
ignores = [
"/.direnv/"
"/.envrc"
];
}; };
}; };
} }