diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2024-03-20 14:32:47 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-20 14:32:47 +0100 |
commit | c4ea8c057fccd4783196f7b6b578afbb949f746f (patch) | |
tree | 5f88ff6e18ed0017b08fc7925a53036b76f39f77 /data/git-config | |
parent | ee33087568827e7d5434d302b12196fc358027fa (diff) |
Move all code into new directory structure
Diffstat (limited to 'data/git-config')
-rw-r--r-- | data/git-config | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/data/git-config b/data/git-config deleted file mode 100644 index e2d58a5..0000000 --- a/data/git-config +++ /dev/null @@ -1,9 +0,0 @@ -[sendemail] -smtpencryption = tls -smtpserver = localhost -smtpserverport = 1025 -smtpsslcertpath = "" -smtpuser = marekpasnikowski@protonmail.com -[user] -name = "Marek Paśnikowski" -email = "marekpasnikowski@protonmail.com" |