This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 0c6c8508ff Add Airflow 3 ui & task_sdk directories to gitignore 
(#43319)
0c6c8508ff is described below

commit 0c6c8508ff234cb70292b75d927ba2e5c41c5110
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Oct 24 11:09:53 2024 +0100

    Add Airflow 3 ui & task_sdk directories to gitignore (#43319)
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8a1c50454d..0c94718749 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

Reply via email to