mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
17 lines
220 B
Plaintext
17 lines
220 B
Plaintext
# build
|
|
/out/
|
|
*.pyc
|
|
gclient_config.py_entries
|
|
Cargo.lock
|
|
yarn.lock
|
|
# npm deps
|
|
node_modules
|
|
# editor files
|
|
.idea
|
|
# RLS generated files
|
|
/target/
|
|
# export dir for gh-pages
|
|
/gh-pages
|
|
# temp benchmark data
|
|
/website/data.json
|