This is an automated email from the ASF dual-hosted git repository.
potiuk 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 e78ec10460 Add `provider_packages` into `.gitignore` (#35733)
e78ec10460 is described below
commit e78ec1046024f4843f49b46b83aeb97c9c35f7d0
Author: Andrey Anshin <[email protected]>
AuthorDate: Sat Nov 18 23:00:49 2023 +0400
Add `provider_packages` into `.gitignore` (#35733)
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8e30efb754..32e202a43e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -235,5 +235,8 @@ licenses/LICENSES-ui.txt
# used to checkout target-branch in CI
/target-airflow
+# This directory used for generate provider packages before
https://github.com/apache/airflow/pull/35617
+/provider_packages/
+
# Dask Executor tests generate this directory
/tests/executors/dask-worker-space/