mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
18 lines
230 B
Text
18 lines
230 B
Text
# build
|
|
*.swp
|
|
/out/
|
|
/target/
|
|
*.pyc
|
|
gclient_config.py_entries
|
|
yarn.lock
|
|
# npm deps
|
|
node_modules
|
|
# editor files
|
|
.idea
|
|
.vscode
|
|
# export dir for gh-pages
|
|
/gh-pages
|
|
# temp benchmark data
|
|
/website/data.json
|
|
/website/recent.json
|
|
/js/gen
|