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 ba5ed0e978a Add .gitignores for Airflow 3 dirs
ba5ed0e978a is described below

commit ba5ed0e978a5bfb8cb5733816c65193572cb96ae
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Apr 29 03:04:52 2025 +0530

    Add .gitignores for Airflow 3 dirs
---
 .gitignore           | 4 ++++
 generated/.gitignore | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 84afbd47410..9c2261dacd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -257,3 +257,7 @@ airflow-build-dockerfile*
 
 # Temporary ignore uv.lock until we integrate it fully in our constraint 
preparation mechanism
 /uv.lock
+
+# Airflow 3 dirs
+airflow-core/docs/_api
+airflow-core/docs/_build/
diff --git a/generated/.gitignore b/generated/.gitignore
new file mode 100644
index 00000000000..9a7ab973135
--- /dev/null
+++ b/generated/.gitignore
@@ -0,0 +1,5 @@
+provider_dependencies.json*
+_build
+_inventory_cache
+_doctrees
+apis

Reply via email to