diff options
author | Guangxiong Lin <[email protected]> | 2022-04-10 21:21:17 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-10 21:21:17 +0800 |
commit | 2563eb4357dfcd65bae409d0d7357236fd0b633d (patch) | |
tree | c9728f7235246c51be0bbbfea0b77a889d26b273 /.gitattributes | |
parent | 01401ab56dc57b4c9731206e3253744568f4e214 (diff) | |
download | dotfiles-2563eb4357dfcd65bae409d0d7357236fd0b633d.tar.gz dotfiles-2563eb4357dfcd65bae409d0d7357236fd0b633d.tar.bz2 dotfiles-2563eb4357dfcd65bae409d0d7357236fd0b633d.zip |
Encrypt newsboat config
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4259c05..6ce4797 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ .mbsyncrc filter=git-crypt diff=git-crypt .msmtprc filter=git-crypt diff=git-crypt .authinfo filter=git-crypt diff=git-crypt +.newsboat/config filter=git-crypt diff=git-crypt |