fix: set up global gitignore on work laptop
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
core = {
|
||||||
|
excludesfile = "~/.gitignore";
|
||||||
|
};
|
||||||
user = {
|
user = {
|
||||||
name = config.hostSpec.userFullName;
|
name = config.hostSpec.userFullName;
|
||||||
email = config.hostSpec.email.user;
|
email = config.hostSpec.email.user;
|
||||||
|
|||||||
Reference in New Issue
Block a user