From b1d66b11277617076a668ecd93abe765d9f4c752 Mon Sep 17 00:00:00 2001 From: beshiniii Date: Thu, 24 Jun 2021 17:05:39 +0530 Subject: [PATCH] ignore airflow logs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 12e9a0f..d834af5 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ dmypy.json #node modules **/node_modules + +#airflow logs +airflow_docker/logs