summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc
index c052b4a..09cc654 100644
--- a/.envrc
+++ b/.envrc
@@ -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