From a851b18953177c7a1506a796c3973e98fbca14ce Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Sun, 20 Aug 2023 22:22:00 +0530 Subject: [PATCH] Adding content to empty/.gitignore (#33468) --------- Co-authored-by: Jarek Potiuk --- empty/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/empty/.gitignore b/empty/.gitignore index e69de29bb2d1d..e76123b180e4f 100644 --- a/empty/.gitignore +++ b/empty/.gitignore @@ -0,0 +1,7 @@ +# This file is here to keep the empty directory in git and protect from accidentally adding files here +# The purpose of this empty directory is to have an empty folder that we can use during +# building of the PROD image and when using `--mount-sources=remove` flag in Breeze. +# See: +# * `dev/breeze/src/airflow_breeze/utils/docker_command_utils.py` +# * `dev/breeze/src/airflow_breeze/params/build_prod_params.py` +*