mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
198e396ead
- Based on code from @qti3e and @piscisaureus in #724 and #1125 respectively. - TODO The DENO_BUILD_PATH env var must be supplied and must be an absolute path, this restriction should be removed in future work.
18 lines
250 B
Text
18 lines
250 B
Text
# build
|
|
/out/
|
|
/target/
|
|
*.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
|
|
/website/recent.json
|