diff options
| author | Ry Dahl <ry@tinyclouds.org> | 2019-10-31 22:33:27 -0400 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-10-31 19:33:27 -0700 |
| commit | af61dbed874863db308f3a421ad142a7f106687a (patch) | |
| tree | 083946a0071ddf4ddde51df54064ce8b56d1e812 /.gitignore | |
| parent | 9d6cbb73a8dcf63b24630129f47dc98d3cc735d5 (diff) | |
Upgrade node_modules, change tagline, clean up root directory (#3247)
* Upgrade node_modules
* Simplify tagline
* Move gclient_config.py out of root
* Move package.json to tools
* Remove yarn.lock
* Remove CONTRIBUTING.md
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index fbc934eaf..6bf28af52 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,13 @@ /.idea/ /.vscode/ -/gclient_config.py_entries +gclient_config.py_entries /gh-pages/ /target/ -/website/*.bundle.js -/website/data.json -/website/recent.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/ |
