From c97798ab9ac9c855e5aa02e25e0dc6b2b6a012cf Mon Sep 17 00:00:00 2001 From: Maksym Pavlenok Date: Wed, 8 Sep 2021 23:58:53 +0300 Subject: [PATCH] add acceptance_tests_logs to the common gitignore file (#5914) Co-authored-by: Maksym Pavlenok --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c7c506ae45ad..def1cbdab64f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ data secrets !airbyte-integrations/connector-templates/**/secrets +# Test logs +acceptance_tests_logs + # Python *.egg-info __pycache__