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 /.gitattributes | |
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 '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 0d2554a1f..5abb41776 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,5 +5,4 @@ # Tell git which symlinks point to files, and which ones point to directories. # This is relevant for Windows only, and requires git >= 2.19.2 to work. /core/libdeno/* symlink=dir -/node_modules symlink=dir -/website/* symlink=dir +/cli/tests/symlink_to_subdir symlink=dir |