From 8b50731babb22e7cf5891bf279da5436fc1960a0 Mon Sep 17 00:00:00 2001 From: Antoine Van Elstraete Date: Sun, 6 Sep 2026 17:01:27 +0200 Subject: [PATCH] chore: ignorer les fichiers locaux FIXME_* et TEST_* Co-Authored-By: Warp --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cfc8fb4..b05dc55 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,10 @@ Thumbs.db .caldav_sync_state.json *.state.json +# --- Local scratch / WIP files --- +FIXME_* +TEST_* + # --- Logs --- *.log