mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
chore: .gitignore spring cleaning (#18644)
This commit is contained in:
parent
8c4f37da2a
commit
015eb4ef9c
1 changed files with 0 additions and 12 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -8,7 +8,6 @@
|
||||||
/.vs/
|
/.vs/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
gclient_config.py_entries
|
gclient_config.py_entries
|
||||||
/gh-pages/
|
|
||||||
/target/
|
/target/
|
||||||
/std/hash/_wasm/target
|
/std/hash/_wasm/target
|
||||||
/tools/wpt/manifest.json
|
/tools/wpt/manifest.json
|
||||||
|
@ -16,17 +15,6 @@ gclient_config.py_entries
|
||||||
/test_napi/build
|
/test_napi/build
|
||||||
/test_napi/third_party_tests/node_modules
|
/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
|
# MacOS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store?
|
.DS_Store?
|
||||||
|
|
Loading…
Reference in a new issue