From efc81ca3dc7705d37e70ae1abb8847218cb853d3 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 31 Jul 2021 12:18:46 +0200 Subject: [PATCH] babel.cfg: ignore node_modules directories The NPM packages contains python scripts: they should be included by "pybabel extract" --- babel.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.cfg b/babel.cfg index f0234b326..03bde6ca5 100644 --- a/babel.cfg +++ b/babel.cfg @@ -1,3 +1,4 @@ +[ignore: **/node_modules/**] [python: **.py] [jinja2: **/templates/**.html] extensions=jinja2.ext.autoescape,jinja2.ext.with_