mirror of
https://github.com/denoland/deno.git
synced 2024-11-13 16:26:08 -05:00
16 lines
219 B
Text
16 lines
219 B
Text
# build
|
|
/out/
|
|
/target/
|
|
*.pyc
|
|
gclient_config.py_entries
|
|
Cargo.lock
|
|
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
|