diff options
author | 迷渡 <justjavac@gmail.com> | 2020-08-11 11:22:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 23:22:45 -0400 |
commit | 8c0140e1e40faffd83d47c01b3766caa13d1310d (patch) | |
tree | 0a85a84c22186d876f5b280be5fbaf61608d3d2f /.gitattributes | |
parent | dad74c3706f5454288ccead85cbc28430d635850 (diff) |
remove unused git attributes (#7011)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 0419363b8..00d74b784 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,6 @@ # 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 /cli/tests/symlink_to_subdir symlink=dir # Tell github these are vendored files. |