summaryrefslogtreecommitdiff
path: root/babel.cfg
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-07-31 12:18:46 +0200
committerAlexandre Flament <alex@al-f.net>2021-08-02 09:44:13 +0200
commitefc81ca3dc7705d37e70ae1abb8847218cb853d3 (patch)
tree72feb2778705cd8cb9b82a9991a2833de83cdf9f /babel.cfg
parente0ca749ff55cf6ff69c70197216a592273c5f5be (diff)
babel.cfg: ignore node_modules directories
The NPM packages contains python scripts: they should be included by "pybabel extract"
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.cfg b/babel.cfg
index f0234b32..03bde6ca 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_