mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
ff3dc7d79d
This reverts commit
17d1c7e444
.
The `Deno.serve` signature update in
https://github.com/denoland/deno/pull/18759 broke the testee server
right after this patch landed on `main`.
30 lines
438 B
Text
30 lines
438 B
Text
*.orig
|
|
*.pyc
|
|
*.swp
|
|
.env
|
|
|
|
/.cargo_home/
|
|
/.idea/
|
|
/.vs/
|
|
/.vscode/
|
|
gclient_config.py_entries
|
|
/target/
|
|
/std/hash/_wasm/target
|
|
/tools/wpt/manifest.json
|
|
/test_napi/node_modules
|
|
/test_napi/build
|
|
/test_napi/third_party_tests/node_modules
|
|
|
|
# MacOS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
|
|
# Flamegraphs
|
|
/flamebench*.svg
|
|
/flamegraph*.svg
|
|
|
|
# WPT generated cert files
|
|
/tools/wpt/certs/index.txt*
|
|
/tools/wpt/certs/serial*
|
|
|
|
/ext/websocket/autobahn/reports
|