From 603e68aab7856595bcb5cc1f7d4d6f491f762ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=85?= Date: Fri, 6 Nov 2020 13:21:43 -0300 Subject: [PATCH] gitignore: add certificate directories generated during molecule run and .mypy_cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 107a85d0..38bf9b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,8 @@ wazuh-elastic.yml wazuh-kibana.yml wazuh-manager.yml *.pyc +.mypy_cache Pipfile.lock *.swp +molecule/**/es_certs/ +molecule/**/opendistro/ \ No newline at end of file