Remove all Replit artifacts and references

- Delete artifacts/mockup-sandbox/ (Replit UI preview sandbox, unused)
- Delete artifacts/voix-du-peuple/.replit-artifact/ (Replit metadata)
- Delete .replit and .replitignore (Replit deployment config)
- Delete .agents/ (Replit agent session tracking)
- Fix scripts/push-gitea.sh: remove mentions of "Replit Secrets"
- Regenerate pnpm-lock.yaml (mockup-sandbox removed from workspace)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 15:48:30 +02:00
parent 37904839aa
commit a43e9717a8
75 changed files with 2 additions and 6983 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
# Usage : bash scripts/push-gitea.sh
#
# Prérequis : variable d'environnement GITEA_TOKEN définie
# (via Replit Secrets ou export GITEA_TOKEN=votre_token)
# (export GITEA_TOKEN=votre_token)
set -e
if [ -z "$GITEA_TOKEN" ]; then
echo "Erreur : la variable GITEA_TOKEN n'est pas définie."
echo "Définissez-la dans Replit > Secrets > Ajouter un secret : GITEA_TOKEN"
echo "Définissez-la avec : export GITEA_TOKEN=votre_token"
exit 1
fi