This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch release-2.1.2-docs in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit c19717f9604e06d67cf7b750d84ca4f1d5bbe021 Author: Kaxil Naik <[email protected]> AuthorDate: Wed Jul 14 22:00:17 2021 +0100 Remove log files --- .gitignore | 1 + docs-archive/apache-airflow/2.1.2/warning-build-apache-airflow.log | 0 2 files changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a2b0eb..074652d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ _build/ sphinx_airflow_theme/sphinx_airflow_theme/static/_gen/ sphinx_airflow_theme/demo/_doctrees/ docs-archive/**/output-*.log +*.log diff --git a/docs-archive/apache-airflow/2.1.2/warning-build-apache-airflow.log b/docs-archive/apache-airflow/2.1.2/warning-build-apache-airflow.log deleted file mode 100644 index e69de29..0000000
