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