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.
This commit is contained in:
parent
aba0cd7b9d
commit
81271498b6
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -28,3 +28,4 @@ __pycache__
|
|||
*.class
|
||||
/monzo_ynab/ynab/fixture.json
|
||||
/monzo_ynab/monzo/fixture.json
|
||||
/monzo_ynab/kv.json
|
||||
|
|
Loading…
Reference in a new issue