deno/.gitignore
2018-10-20 08:07:20 -04:00

18 lines
241 B
Plaintext

# build
/out/
*.pyc
gclient_config.py_entries
Cargo.lock
yarn.lock
# npm deps
node_modules
# editor files
.idea
# RLS generated files
/target/
# export dir for gh-pages
/gh-pages
# temp benchmark data
/website/data.json
/website/recent.json