diff options
| author | Ben Sima <ben@bsima.me> | 2025-11-14 10:55:48 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-11-14 10:55:48 -0500 |
| commit | f26fb86c6a9ea3323a6b2e53c879b4672e81b6c5 (patch) | |
| tree | e4795e9ad2bc65befd00ba8d8cff5d9c6bd7d433 | |
| parent | 34b55f96e1befe7b453a86bc4896d93ecb206be2 (diff) | |
Ignore node_modules (amp code installation)
| -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 |
