Files
echo-du-huit/.gitignore
Pierre Martin 3248b28e1f feat: read and write the mairie status carried by CATEGORIES
Two pure modules: statut-mairie.js (string[] -> string[] status logic) and
ics-categories.js, which rewrites CATEGORIES in an iCalendar resource behind a
structural guard: nothing is written if anything but CATEGORIES changed.
2026-08-13 16:50:16 +02:00

24 lines
426 B
Plaintext

# Dépendances de dev (Bun)
node_modules/
# Config locale : organisateur/email (config.local.json) ET outillage de session
# (.claude/settings.local.json, régénéré par tâche). Motif générique : la
# convention *.local.json vaut pour tout ce qui ne concerne que cette machine.
*.local.json
# Secrets
.env
.env.local
# Packaging de l'extension
web-ext-artifacts/
*.zip
*.xpi
# OS / IDE
.DS_Store
.idea/
# Logs
*.log