deno/.gitignore
Ryan Dahl 198e396ead
Support cargo check (#1128)
- Based on code from @qti3e and @piscisaureus in #724 and #1125
  respectively.
- TODO The DENO_BUILD_PATH env var must be supplied and must be an
  absolute path, this restriction should be removed in future work.
2018-10-31 11:11:10 -07:00

19 lines
250 B
Plaintext

# build
/out/
/target/
*.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