1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/.gitignore

17 lines
321 B
Text
Raw Normal View History

*.orig
*.pyc
2018-11-27 17:21:05 -05:00
*.swp
/.idea/
/.vscode/
gclient_config.py_entries
/gh-pages/
/target/
# We use something stronger than lockfiles, we have all NPM modules stored in a
# git. We do not download from NPM during build.
# https://github.com/denoland/deno_third_party
yarn.lock
# yarn creates this in error.
tools/node_modules/