diff options
Diffstat (limited to '.envrc')
| -rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ export TMPDIR="$CODEROOT/_/tmp" # # ignore cabdir and hidden files when globbing - export GLOBIGNORE="**_/**:.*:$GLOBIGNORE" + export GLOBIGNORE="**_/**:.*:**node_modules/**:$GLOBIGNORE" # # scripts for editing go here PATH_add $CODEROOT/Omni/Ide |
