Last active
September 11, 2022 18:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/^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