mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
aa66ef98ea
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master
17 lines
222 B
Text
17 lines
222 B
Text
# 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
|