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 3022e2ecbb Ignore dask-executor generated direcory (#30258)
3022e2ecbb is described below
commit 3022e2ecbb647bfa0c93fbcd589d0d7431541052
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Mar 24 09:39:52 2023 +0100
Ignore dask-executor generated direcory (#30258)
This directory gets generated when dask tests are run
---------
Co-authored-by: Andrey Anshin <[email protected]>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index ebce7707b6..a6528d887d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -233,3 +233,6 @@ licenses/LICENSES-ui.txt
# used to checkout target-branch in CI
/target-airflow
+
+# Dask Executor tests generate this directory
+/tests/executors/dask-worker-space/