|
|
|
|
|
by seeyebe
342 days ago
|
|
Great suggestion, thanks!
snub already skips common dirs like node_modules, .git, .svn, and __pycache__ by default (you can turn that off with --no-skip), but an explicit -x/--exclude flag for user-supplied patterns would be even more useful |
|