fix: ajouter .techradar et build au .dockerignore

Les anciens fichiers dans .techradar/ local étaient copiés
dans le conteneur Docker, écrasant les nouveaux fichiers.
Cela causait le bug où team-block-script.js restait ancien.
This commit is contained in:
syoul
2025-12-09 15:38:59 +01:00
parent 45fc4c56d9
commit e29b7401d6

View File

@@ -4,3 +4,5 @@
/.nuxt
/.output
/node_modules
/.techradar
/build