﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30764	Ignore node_modules by default for makemessages	Anthony Ricaud	nobody	"I think most projects never want to translate content found in `node_modules`. This directory usually has a lot of files so it would be a performance improvement to ignore them by default.

{{{#!shell
➜ time ./manage.py makemessages -v3|wc -l
        1.49 real         1.20 user         0.27 sys
   15285
➜ time ./manage.py makemessages -v3 --ignore=node_modules|wc -l 
        1.00 real         0.86 user         0.14 sys
     378
}}}
"	Cleanup/optimization	closed	Uncategorized	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
