From 81271498b6c8c765ed114b8ed92b1f9f6f08a406 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 9 Feb 2020 13:54:15 +0000 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.4.1