forked from Ponysearch/Ponysearch
babel.cfg: ignore node_modules directories
The NPM packages contains python scripts: they should be included by "pybabel extract"
This commit is contained in:
parent
e0ca749ff5
commit
efc81ca3dc
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
[ignore: **/node_modules/**]
|
||||
[python: **.py]
|
||||
[jinja2: **/templates/**.html]
|
||||
extensions=jinja2.ext.autoescape,jinja2.ext.with_
|
||||
|
|
Loading…
Reference in a new issue