From 439256750983d1f332802c25e93310b841488be5 Mon Sep 17 00:00:00 2001 From: Hanim Date: Mon, 15 Sep 2025 14:13:18 +0200 Subject: [PATCH] add modif in gitignore --- frontend/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index 79c113f..b1971c0 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -43,3 +43,9 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + + +# Fichiers générés automatiquement par Flutter pour l'enregistrement des plugins +**/GeneratedPluginRegistrant.java +**/generated_plugin_registrant.* +**/generated_plugins.cmake \ No newline at end of file