diff options
author | A Farzat <a@farzat.xyz> | 2024-10-01 00:37:05 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-01 00:37:05 +0900 |
commit | 6ea961ea85bb75ebde45a7665c2fd6ca12d88d3f (patch) | |
tree | 0bc169343c7655d615b9e1d047a6ab6883dfad57 /.gitattributes | |
parent | 08d87d61cae4d6b35dc1e172598efcf9dafe2e0b (diff) | |
download | dotfiles-6ea961ea85bb75ebde45a7665c2fd6ca12d88d3f.tar.gz dotfiles-6ea961ea85bb75ebde45a7665c2fd6ca12d88d3f.zip |
Add abook along with transrypt for encryption
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a112c3b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +#pattern filter=crypt diff=crypt merge=crypt +.abook/* filter=crypt diff=crypt merge=crypt |