diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-09T13·54+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-10T10·06+0000 |
commit | 81271498b6c8c765ed114b8ed92b1f9f6f08a406 (patch) | |
tree | ed4c593c252f17760c9e7654e5620c3fc0ad8344 /.gitignore | |
parent | aba0cd7b9d14335e49207fb79323bc7827686263 (diff) |
Ignore kv.json
I'm writing sensitive data here, so I'd like to ignore it instead of encrypting it and publishing it. Perhaps later on, I can extend the key-value store to handle encryption and decryption but that feels like overkill for now.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b1338507721e..cda768f08fe4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ __pycache__ *.class /monzo_ynab/ynab/fixture.json /monzo_ynab/monzo/fixture.json +/monzo_ynab/kv.json |