diff options
author | emkael <emkael@tlen.pl> | 2018-10-10 02:27:42 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-10-10 02:27:42 +0200 |
commit | 9375a6f54f22b2da8dfb29755a53937975a152a4 (patch) | |
tree | 3d51b9061358f11abad66e3be32958883ff6802e /.gitattributes | |
parent | dede0f92753fb61be15fef34ae4fbd45e8d4526b (diff) |
Setting up git-crypt to encrypt db.json files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..61ec02c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +configs/*/db.json filter=git-crypt diff=git-crypt |