From af61dbed874863db308f3a421ad142a7f106687a Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 31 Oct 2019 22:33:27 -0400 Subject: 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 --- .gitattributes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitattributes') 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 -- cgit v1.2.3