From f3c5401b0765504c526b0b09148a1aa03d03f4b1 Mon Sep 17 00:00:00 2001 From: MAILLAL Anas Date: Sat, 10 May 2025 22:51:59 +0200 Subject: [PATCH] added annoying bundle.yaml to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4107e27..756597c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ docker-compose.yaml node_modules .vscode postgres/data +bundled.yaml