From 0c6c8508ff234cb70292b75d927ba2e5c41c5110 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Thu, 24 Oct 2024 11:09:53 +0100 Subject: [PATCH] Add Airflow 3 ui & task_sdk directories to gitignore (#43319) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8a1c50454d91..0c94718749f5 100644 --- a/.gitignore +++ b/.gitignore @@ -246,3 +246,8 @@ licenses/LICENSES-ui.txt # airflow-build-dockerfile and correconding ignore file airflow-build-dockerfile* + +# Airflow 3 files +# These directories are ignored so someone can develop on both of them without deleting files manually +airflow/ui +task_sdk