mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
c2259f78eb
removes third_party submodule, tools are installed on-demand. - removed `load_test` and websocket benchmark (covered by benchy) - removed node/bun http benchmarks (covered by benchy) - `dlint` & `dprint` downloaded on-demand. - `wrk` & `hyperfine` downloaded before CI benchmark run. Install locally using: `./tools/install_prebuilt.js wrk hyperfine` #### updating dlint/dprint update version in `tools/util.js` and place binary in `denoland/deno_third_party`.
34 lines
507 B
Text
34 lines
507 B
Text
*.orig
|
|
*.pyc
|
|
*.swp
|
|
.env
|
|
|
|
/.cargo_home/
|
|
/.idea/
|
|
/.vs/
|
|
/.vscode/
|
|
gclient_config.py_entries
|
|
/target/
|
|
/std/hash/_wasm/target
|
|
/tools/wpt/manifest.json
|
|
/third_party/
|
|
/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
|
|
|
|
# JUnit files produced by deno test --junit
|
|
junit.xml
|