diff options
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 |
