Refactor Git configuration
This commit is contained in:
parent
8947c4abd2
commit
e111506428
13 changed files with 180 additions and 194 deletions
11
modules2/git/ignores.nix
Normal file
11
modules2/git/ignores.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
flake.modules.homeManager.base.programs.git.ignores = [
|
||||
"/.ddev/providers/"
|
||||
"/.direnv/"
|
||||
"/.ignored/"
|
||||
"/.issue-id"
|
||||
"/.phpactor.json"
|
||||
"/notes"
|
||||
"/todo"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue