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 = {
|
programs = {
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -93,6 +84,16 @@
|
||||||
worktrees = "worktree list";
|
worktrees = "worktree list";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ignores = [
|
||||||
|
"/.ddev/providers/"
|
||||||
|
"/.direnv/"
|
||||||
|
"/.ignored/"
|
||||||
|
"/.issue-id"
|
||||||
|
"/.phpactor.json"
|
||||||
|
"/notes"
|
||||||
|
"/todo"
|
||||||
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
branch = {
|
branch = {
|
||||||
autosetupmerge = true;
|
autosetupmerge = true;
|
||||||
|
|
Loading…
Reference in a new issue