home: git: setup global ignores
This commit is contained in:
parent
e06f1d51b9
commit
6f3a579cd6
|
@ -57,6 +57,11 @@ in {
|
||||||
contents = {user = {email = "antoine4.martin@epita.fr";};};
|
contents = {user = {email = "antoine4.martin@epita.fr";};};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
ignores = [
|
||||||
|
"/.direnv/"
|
||||||
|
"/.envrc"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue