diff options
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 8 | ||||
-rw-r--r-- | gitignore_global | 1 |
2 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,16 @@ [user] - email = matt@matthewlemon.com + email = y@yulqen.org name = Matthew Lemon [core] excludesfile = /home/lemon/.gitignore_global quotepath = false editor = /usr/bin/vim +[sendemail] + smtpserver = smtp.fastmail.com + smtpuser = mrlemon@mailforce.net + smtpencryption = tls + smtpserverport = 587 + smtppass = h7asshvrasq43pqx [alias] co = checkout ci = commit diff --git a/gitignore_global b/gitignore_global index 7bba777..461b29f 100644 --- a/gitignore_global +++ b/gitignore_global @@ -7,7 +7,6 @@ __pycache__/ # Distribution / packaging .Python -env/ .idea/ venv/ .venv/ |