diff options
author | A Farzat <a@farzat.xyz> | 2024-10-15 10:53:48 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-21 16:01:43 +0900 |
commit | 8d800e3c10f512492db4d4967450fa6198b66924 (patch) | |
tree | 6998d5cf8507cb5c74987fd1c6e85e613916754b /.gitattributes | |
parent | 70658a514603212514e6a3c2d73b54e761ee89a5 (diff) | |
download | dotfiles-8d800e3c10f512492db4d4967450fa6198b66924.tar.gz dotfiles-8d800e3c10f512492db4d4967450fa6198b66924.zip |
Add msmtp and mbsync config
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 932c7a1..7da55fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ .local/share/ssh_pub_keys/* filter=crypt diff=crypt merge=crypt .config/keepassxc/* filter=crypt diff=crypt merge=crypt .config/weechat/sec.conf filter=crypt diff=crypt merge=crypt +.config/isyncrc##t filter=crypt diff=crypt merge=crypt +.config/msmtp/config filter=crypt diff=crypt merge=crypt |