inital commit

This commit is contained in:
Hactarus 2018-05-22 12:50:58 +00:00
parent 356fd76671
commit 21a3f05d47
21 changed files with 366 additions and 1100 deletions

11
gitconfig Normal file
View file

@ -0,0 +1,11 @@
[user]
{{if eq .Env.USER "qgodefro"}}
name = "Quentin Godefroid"
email = "quentin.godefroid@corp.ovh.com"
{{else if eq .Env.USER "quentin"}}
name = "Quentin Godefroid"
email = "quentin.git@godefroid.eu"
{{else}}
name = "Hactarus"
email = "hactarus.git@cresi.be"
{{end}}