diff options
Diffstat (limited to 'ansible_collections/cisco/iosxr/.prettierignore')
-rw-r--r-- | ansible_collections/cisco/iosxr/.prettierignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ansible_collections/cisco/iosxr/.prettierignore b/ansible_collections/cisco/iosxr/.prettierignore new file mode 100644 index 000000000..24fb6037f --- /dev/null +++ b/ansible_collections/cisco/iosxr/.prettierignore @@ -0,0 +1,23 @@ +# Stuff we don't want priettier to ever to look into +.*/ + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# A linked collection directory created by pytest-ansible-units + +collections/ + +# Tracked but not manually edited + +# Tracked but manually formatted + +# WIP +tests/integration/targets/iosxr_config/templates/config.js +README.md |