diff options
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6bf28af52..6ebe4d9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,11 @@ gclient_config.py_entries /gh-pages/ /target/ +# Files that help ensure VSCode can work but we don't want checked into the +# repo +/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 |