diff options
author | Alexandre Flament <alex@al-f.net> | 2021-07-31 12:18:46 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-08-02 09:44:13 +0200 |
commit | efc81ca3dc7705d37e70ae1abb8847218cb853d3 (patch) | |
tree | 72feb2778705cd8cb9b82a9991a2833de83cdf9f /babel.cfg | |
parent | e0ca749ff55cf6ff69c70197216a592273c5f5be (diff) | |
download | searxng-efc81ca3dc7705d37e70ae1abb8847218cb853d3.tar.gz searxng-efc81ca3dc7705d37e70ae1abb8847218cb853d3.zip |
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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +[ignore: **/node_modules/**] [python: **.py] [jinja2: **/templates/**.html] extensions=jinja2.ext.autoescape,jinja2.ext.with_ |