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