This commit is contained in:
parent
70668af8f5
commit
e68d2c245c
17 changed files with 1801 additions and 15 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -20,7 +20,14 @@ media/
|
|||
# temp dir under dev.sh/e2e; never in the repo, never in the web root.
|
||||
orders.jsonl
|
||||
*.fake-paid
|
||||
*.financials.json
|
||||
*.financials-seen.json
|
||||
*.financial-rules.json
|
||||
bunq-state.json
|
||||
# tools/bunq-callback.sh's client keypair (a PRIVATE key) and the bunq server
|
||||
# public key it saves for BUNQ_CALLBACK_PUBKEY. Home-machine credentials.
|
||||
bunq-client-key.pem
|
||||
bunq-server-public-key.pem
|
||||
|
||||
.env
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue