Skip to content

Instantly share code, notes, and snippets.

@teyfix
Last active September 11, 2022 18:50
Show Gist options
  • Save teyfix/d74d2fceb6102b04ca0ed77605f4869b to your computer and use it in GitHub Desktop.
Save teyfix/d74d2fceb6102b04ca0ed77605f4869b to your computer and use it in GitHub Desktop.
a regex pattern to be used with everything (find everything program) to match non-recursive node_module directories
/^C:\\((?!node_modules|AppData|\.vscode|Program Files).)*\\node_modules$/gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment