From 8a72046a65de2ec31ba6b2d7d556e659da3deaba Mon Sep 17 00:00:00 2001 From: Simon Pistache Date: Mon, 26 May 2025 02:16:22 +0200 Subject: [PATCH] refactor: Update Gitignore to ignore build folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d59cebe..1ce5f75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# Ignore les résultats de compilations locales +**/builds/ # Ignore node_module **/node_modules/