From d224a61556819c44868c9f58522fec6822d444b8 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 28 May 2025 13:42:12 +0100 Subject: [PATCH] chore: Ignore locally installed collections, dummy modules, etc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With mock_modules ansible-lint creates files here, e.g. ```console ✗ find .ansible .ansible .ansible/roles .ansible/modules .ansible/modules/test_echo_module.py .ansible/modules/custom_python_leaky_class_vars.py .ansible/modules/custom_python_new_style_module.py ... ``` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7297d720..43e46a19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.ansible/ .coverage .tox .venv