From 015eb4ef9c99526486e372489dcc50feb7b39ea6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 9 Apr 2023 14:03:14 -0400 Subject: [PATCH] chore: .gitignore spring cleaning (#18644) --- .gitignore | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitignore b/.gitignore index 59166931a7..6f806b1433 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ /.vs/ /.vscode/ gclient_config.py_entries -/gh-pages/ /target/ /std/hash/_wasm/target /tools/wpt/manifest.json @@ -16,17 +15,6 @@ gclient_config.py_entries /test_napi/build /test_napi/third_party_tests/node_modules -# 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?