This commit is contained in:
parent
bb215b04da
commit
10660e92bb
3 changed files with 36 additions and 1 deletions
19
.claude/settings.local.json
Normal file
19
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"WebFetch(domain:developers.brevo.com)",
|
||||||
|
"WebSearch",
|
||||||
|
"WebFetch(domain:getkirby.com)",
|
||||||
|
"Bash(mkdir:*)",
|
||||||
|
"Bash(composer require:*)",
|
||||||
|
"Bash(composer config:*)",
|
||||||
|
"Bash(git checkout:*)",
|
||||||
|
"WebFetch(domain:docs.snipcart.com)",
|
||||||
|
"WebFetch(domain:www.mondialrelay.fr)",
|
||||||
|
"WebFetch(domain:storage.mondialrelay.fr)",
|
||||||
|
"WebFetch(domain:jsfiddle.net)"
|
||||||
|
],
|
||||||
|
"deny": [],
|
||||||
|
"ask": []
|
||||||
|
}
|
||||||
|
}
|
||||||
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -23,4 +23,12 @@ dist-ssr
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
.claude
|
.claude
|
||||||
|
=======
|
||||||
|
# Variables d'environnement Brevo
|
||||||
|
api/.env
|
||||||
|
|
||||||
|
# Guide d'intégration (contient des informations sensibles)
|
||||||
|
GUIDE-INTEGRATION-MONDIAL-RELAY.md
|
||||||
|
>>>>>>> 2f3af0e (product images : use first image as cover, integrate gallery structure and preserve files sorting)
|
||||||
|
|
|
||||||
8
api/cache/donorbox_data.json
vendored
Normal file
8
api/cache/donorbox_data.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"total_raised": "7784.93",
|
||||||
|
"goal_amt": "50000.0",
|
||||||
|
"currency": "eur",
|
||||||
|
"donations_count": 123,
|
||||||
|
"campaign_name": "Soutenez Index avant le 31 d\u00e9cembre 2025 !",
|
||||||
|
"updated_at": "2025-12-02T11:55:25+00:00"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue