git: More folders for codemonauts settings
This commit is contained in:
parent
182ed3b3c3
commit
fbf4b530d5
|
@ -36,6 +36,18 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/workspace/go/src/github.com/codemonauts/";
|
||||
contents = {
|
||||
user = {
|
||||
email = "felix@codemonauts.com";
|
||||
name = "Felix Breidenstein";
|
||||
};
|
||||
commit = {
|
||||
gpgSign = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/kundendaten/";
|
||||
contents = {
|
||||
|
@ -47,6 +59,7 @@
|
|||
gpgSign = false;
|
||||
};
|
||||
};
|
||||
}];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue