diff options
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.prettierignore b/.prettierignore index 3b7645e..107bbd2 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,6 +1,5 @@ # Stuff we don't want priettier to ever to look into .*/ -coverage/ # Environments .env @@ -12,6 +11,13 @@ 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/vyos_config/templates/config.js README.md |