diff options
| author | KNnut <9387720+KNnut@users.noreply.github.com> | 2020-11-09 02:07:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 19:07:33 +0100 |
| commit | 8cc5e18f80ad571869388d0094dadc02689a8c20 (patch) | |
| tree | abf3d6c82ac44981ff8527b5bcbd251f0a86f2d3 /.gitignore | |
| parent | 5995c58e634aa11f80987be8572dfc6e7c2a2906 (diff) | |
chore: remove dead code (#8296)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 461e8e568..e82a62a84 100644 --- a/.gitignore +++ b/.gitignore @@ -15,13 +15,6 @@ gclient_config.py_entries /node_modules /tsconfig.json -# 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/ - # compiled wasm files std/wasi/testdata/snapshot_preview1/ |
