git: ignore .ddev/providers
This commit is contained in:
parent
3137c0e096
commit
d37e30e67c
|
@ -21,15 +21,6 @@
|
|||
|
||||
'';
|
||||
|
||||
xdg.configFile."git/ignore".text = ''
|
||||
/.direnv/
|
||||
/.ignored/
|
||||
/.issue-id
|
||||
/.phpactor.json
|
||||
/notes
|
||||
/todo
|
||||
'';
|
||||
|
||||
programs = {
|
||||
git = {
|
||||
enable = true;
|
||||
|
@ -93,6 +84,16 @@
|
|||
worktrees = "worktree list";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
"/.ddev/providers/"
|
||||
"/.direnv/"
|
||||
"/.ignored/"
|
||||
"/.issue-id"
|
||||
"/.phpactor.json"
|
||||
"/notes"
|
||||
"/todo"
|
||||
];
|
||||
|
||||
extraConfig = {
|
||||
branch = {
|
||||
autosetupmerge = true;
|
||||
|
|
Loading…
Reference in a new issue