0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/.gitignore

19 lines
230 B
Text
Raw Normal View History

2018-07-03 04:15:32 -04:00
# build
2018-11-27 17:21:05 -05:00
*.swp
/out/
/target/
*.pyc
2018-07-13 03:24:07 -04:00
gclient_config.py_entries
2018-08-07 11:02:01 -04:00
yarn.lock
2018-07-03 04:15:32 -04:00
# npm deps
node_modules
2018-09-21 12:06:59 -04:00
# editor files
.idea
.vscode
2018-09-21 12:06:59 -04:00
# export dir for gh-pages
/gh-pages
# temp benchmark data
/website/data.json
/website/recent.json
2018-12-07 16:36:16 -05:00
/js/gen