diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 356dc788c..15deed7bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ # 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. -/* symlink=dir -/website/* symlink=dir -/tools/clang symlink=dir +/core/libdeno/* symlink=dir +/node_modules symlink=dir /tools/memory symlink=dir +/website/* symlink=dir |
