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

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 191aaa809c4 Update .gitignore to exclude doc build generated files 
(#48726)
191aaa809c4 is described below

commit 191aaa809c4d67932474b110dfde5bba18c4222a
Author: Elad Kalif <[email protected]>
AuthorDate: Thu Apr 3 10:20:31 2025 +0300

    Update .gitignore to exclude doc build generated files (#48726)
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4e9f5b94455..c6509f3ee04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -261,3 +261,8 @@ airflow-build-dockerfile*
 *.zip
 
 _api/
+
+# Items generated when building the docs locally for release
+/docs/_build/
+/docs/_doctrees/*/
+/docs/_inventory_cache/

Reply via email to