deno/.gitignore

20 lines
251 B
Plaintext
Raw Normal View History

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