From e94caf87b014762b1990a12ae95be1fc7c5f92b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Antunes?= Date: Wed, 20 Nov 2024 12:08:26 +0000 Subject: [PATCH] chore(gitignore): ignore preflight bundles (#1521) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f5a8f2ce5..f1c2ad77d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ go.work.sum /local-dev/ *.tmp .envrc + +# Ignore preflight bundles generated during local dev +preflightbundle*