Gitignore raw statements/secrets; add seed merchant_map
This commit is contained in:
parent
63894b97fd
commit
bb12a3e9be
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,5 +1,14 @@
|
|||||||
# Secrets — never commit the Firefly token
|
# Secrets — never commit the Firefly token
|
||||||
.firefly.json
|
.firefly.json
|
||||||
|
|
||||||
|
# Raw bank/credit-card statements — sensitive (account numbers, full history),
|
||||||
|
# re-exportable from the banks anytime. Keep local only.
|
||||||
|
EXPORTS/
|
||||||
|
*.qfx
|
||||||
|
*.QFX
|
||||||
|
*.ofx
|
||||||
|
*.OFX
|
||||||
|
*.csv
|
||||||
|
|
||||||
# macOS cruft
|
# macOS cruft
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
11
merchant_map.json
Normal file
11
merchant_map.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"match": "SHEETZ",
|
||||||
|
"account_name": "Sheetz",
|
||||||
|
"category": "Fuel",
|
||||||
|
"type": "withdrawal",
|
||||||
|
"account_id": 566
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user