How can I modify list of directories which are omitted by default in rgrep command?
When use C-u rgrep I can see list of directories to skip (mostly version control dirs), but I'd like to add venv and node_modules to this list. There is a similar question about FILES and grep-files-aliases variable (see rgrep default files pattern), but I could not find anything similar about DIRs.