babel.cfg: ignore node_modules directories

The NPM packages contains python scripts: they should be included by "pybabel extract"
dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 3 years ago
parent e0ca749ff5
commit efc81ca3dc

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

Loading…
Cancel
Save