1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: .gitignore spring cleaning (#18644)

This commit is contained in:
David Sherret 2023-04-09 14:03:14 -04:00 committed by GitHub
parent 8c4f37da2a
commit 015eb4ef9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.gitignore vendored
View file

@ -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?