diff options
author | 2023-10-07 14:14:42 -0700 | |
---|---|---|
committer | 2023-10-07 14:14:42 -0700 | |
commit | 673f6fc63445b24cd62c0a507606679073f18214 (patch) | |
tree | a42cce42e0880e262178c40359ea824fa3b553d6 | |
parent | 09663a5558ee6f096d548ffdabee6005c557545c (diff) | |
download | bun-673f6fc63445b24cd62c0a507606679073f18214.tar.gz bun-673f6fc63445b24cd62c0a507606679073f18214.tar.zst bun-673f6fc63445b24cd62c0a507606679073f18214.zip |
Exclude more files
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d808f76a5..23330ea2c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -82,7 +82,8 @@ "test/snippets/package-json-exports/_node_modules_copy": true, "src/js/out": true, "packages/bun-uws/fuzzing/seed-corpus/": true, - "**/.dep": true + "**/.dep": true, + "**/CMakeFiles": true }, "C_Cpp.files.exclude": { "**/.vscode": true, |