mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
aa66ef98ea
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master
18 lines
222 B
Plaintext
18 lines
222 B
Plaintext
# build
|
|
*.swp
|
|
/out/
|
|
/target/
|
|
*.pyc
|
|
gclient_config.py_entries
|
|
yarn.lock
|
|
# npm deps
|
|
node_modules
|
|
# editor files
|
|
.idea
|
|
# export dir for gh-pages
|
|
/gh-pages
|
|
# temp benchmark data
|
|
/website/data.json
|
|
/website/recent.json
|
|
/js/gen
|