diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..82aef29 --- /dev/null +++ b/.claude/settings.local.json @@ -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": [] + } +} diff --git a/.gitignore b/.gitignore index 298aad5..1b50b83 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,12 @@ dist-ssr *.sln *.sw? -.claude \ No newline at end of file +<<<<<<< HEAD +.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) diff --git a/api/cache/donorbox_data.json b/api/cache/donorbox_data.json new file mode 100644 index 0000000..75bf0d3 --- /dev/null +++ b/api/cache/donorbox_data.json @@ -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" +} \ No newline at end of file