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