From f26fb86c6a9ea3323a6b2e53c879b4672e81b6c5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 14 Nov 2025 10:55:48 -0500 Subject: Ignore node_modules (amp code installation) --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.envrc') 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 -- cgit v1.2.3