diff options
author | Guangxiong Lin <[email protected]> | 2022-04-10 21:26:32 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-10 21:26:32 +0800 |
commit | 18a4a909e3eb92922597969bcd57be53fb6d6058 (patch) | |
tree | d9f9b92312fa3445b4e5b9b9440f5715cc77adc7 | |
parent | a4246f525cee4991d26bc484a55f0246e32afa77 (diff) | |
download | dotfiles-18a4a909e3eb92922597969bcd57be53fb6d6058.tar.gz dotfiles-18a4a909e3eb92922597969bcd57be53fb6d6058.tar.bz2 dotfiles-18a4a909e3eb92922597969bcd57be53fb6d6058.zip |
Add newsboat urls into repo
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .newsboat/.gitignore | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 6ce4797..f7ce846 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ .msmtprc filter=git-crypt diff=git-crypt .authinfo filter=git-crypt diff=git-crypt .newsboat/config filter=git-crypt diff=git-crypt +.newsboat/urls filter=git-crypt diff=git-crypt diff --git a/.newsboat/.gitignore b/.newsboat/.gitignore index 0528892..001e97a 100644 --- a/.newsboat/.gitignore +++ b/.newsboat/.gitignore @@ -1,4 +1,3 @@ cache.db queue -urls history* |