home: git: setup global ignores
This commit is contained in:
parent
e06f1d51b9
commit
6f3a579cd6
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,11 @@ in {
|
||||||
contents = {user = {email = "antoine4.martin@epita.fr";};};
|
contents = {user = {email = "antoine4.martin@epita.fr";};};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
ignores = [
|
||||||
|
"/.direnv/"
|
||||||
|
"/.envrc"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue