From 25506bfe57470212a39b20d330c7f6c257397513 Mon Sep 17 00:00:00 2001 From: Charles A Moonen Date: Mon, 17 Apr 2023 12:12:53 -0500 Subject: [PATCH] Update to match Deno source, remove things not related to Deno --- Deno.gitignore | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/Deno.gitignore b/Deno.gitignore index 7c431450..7895bc82 100644 --- a/Deno.gitignore +++ b/Deno.gitignore @@ -3,29 +3,13 @@ *.swp .env -/.cargo_home/ -/.idea/ -/.vscode/ gclient_config.py_entries -/gh-pages/ /target/ /std/hash/_wasm/target /tools/wpt/manifest.json - -# Files that help ensure VSCode can work but we don't want checked into the -# repo -/node_modules -/tsconfig.json - -# compiled wasm files -std/wasi/testdata/snapshot_preview1/ - -# generated v8 coverage files -cli/tests/.test_coverage/ - -# MacOS generated files -.DS_Store -.DS_Store? +/test_napi/node_modules +/test_napi/build +/test_napi/third_party_tests/node_modules # Flamegraphs /flamebench*.svg