deno/.gitignore
2018-10-31 19:43:48 +01:00

17 lines
219 B
Plaintext

# build
/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