1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 12:10:11 +01:00

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_