kwiliarty / glyphworks

MIT License
0 stars 0 forks source link

Can we configure django-watchfiles to skip directories we don't need to watch #63

Closed kwiliarty closed 1 year ago

kwiliarty commented 2 years ago

For instance, the old watchman config skipped:

-{
-  "ignore_dirs": [".git", ".venv", "static", "styleguide"]
-}