babel.cfg: ignore node_modules directories

The NPM packages contains python scripts: they should be included by "pybabel extract"
This commit is contained in:
Alexandre Flament 2021-07-31 12:18:46 +02:00
parent e0ca749ff5
commit efc81ca3dc

View file

@ -1,3 +1,4 @@
[ignore: **/node_modules/**]
[python: **.py]
[jinja2: **/templates/**.html]
extensions=jinja2.ext.autoescape,jinja2.ext.with_