Automatically exclude some stuff from git index
This commit is contained in:
parent
782a7be91d
commit
ee2c46f616
|
@ -126,6 +126,11 @@
|
||||||
userName = "Natsu Kagami";
|
userName = "Natsu Kagami";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
|
core.excludesFile = "${pkgs.writeText ".gitignore" ''
|
||||||
|
.direnv
|
||||||
|
.envrc
|
||||||
|
.kakrc
|
||||||
|
''}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue