diff options
Diffstat (limited to 'ansible_collections/cisco/ise/.gitignore')
-rw-r--r-- | ansible_collections/cisco/ise/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible_collections/cisco/ise/.gitignore b/ansible_collections/cisco/ise/.gitignore new file mode 100644 index 00000000..44f5ae40 --- /dev/null +++ b/ansible_collections/cisco/ise/.gitignore @@ -0,0 +1,20 @@ +tmp/* +__pycache__/ +.vscode/ +.tmp +.cache +*.retry +tests/test_playbooks/vars/server.yml +__pycache__ +*.pyc +*.pyo +*.swp +*.tar.gz +.pytest_cache/ +.mypy_cache/ +venv/ +/build/ +docs/plugins/ +docs/_build/ +changelogs/.plugin-cache.yaml +.DS_Store
\ No newline at end of file |