deno/.gitignore
2018-12-07 16:36:16 -05:00

19 lines
233 B
Plaintext

# 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