I have projects where *.nim files are the source files and *.js files are the "compiled" files.
When I issue projectile-grep (or project-find-regexp) in these projects I get both source and compiled JavaScript files returned, but of course I do not want the JavaScript files.
How can I tell project(ile) on a project-base only to return the source files (here *.nim and *.nims)?
PS: I know I can give projectile-grep a glob with a prefix argument, but this is cumbersome to do for every search in this type of project.