Browse Source

babel.cfg: ignore node_modules directories

The NPM packages contains python scripts: they should be included by "pybabel extract"
Alexandre Flament 3 years ago
parent
commit
efc81ca3dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      babel.cfg

+ 1 - 0
babel.cfg

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