chore: Ignore locally installed collections, dummy modules, etc

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
...
```
pull/1267/head
Alex Willmer 6 months ago
parent 837111c6d5
commit d224a61556

1
.gitignore vendored

@ -1,3 +1,4 @@
.ansible/
.coverage
.tox
.venv

Loading…
Cancel
Save