mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
18 lines
233 B
Text
18 lines
233 B
Text
# build
|
|
*.swp
|
|
/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
|
|
/js/gen
|