diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-04-09 14:03:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-09 14:03:14 -0400 |
commit | 015eb4ef9c99526486e372489dcc50feb7b39ea6 (patch) | |
tree | 892f75045a3a68814ac961ea1f9bddf4aff7db8d | |
parent | 8c4f37da2a9052f1550200ae8447f119c5f4e2a6 (diff) |
chore: .gitignore spring cleaning (#18644)
-rw-r--r-- | .gitignore | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore index 59166931a..6f806b143 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? |