diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-09-19 03:32:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-19 03:32:48 +0200 |
commit | a130e8858b8890f442ec7f14d090ebef18cc867d (patch) | |
tree | 2fed9f4c2930b870304c603594e795802cbf08f5 /.gitattributes | |
parent | 693a45c3fd700bb48f9dc93829416aebb4e4d343 (diff) |
Clean up miscellaneous metafiles (#2981)
The yarn.lock file is moved from //third_party to the root of
the main repository. This is where other package metadata
files (e.g. Cargo.lock and package.json) are also located.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 15deed7bc..0d2554a1f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,5 +6,4 @@ # This is relevant for Windows only, and requires git >= 2.19.2 to work. /core/libdeno/* symlink=dir /node_modules symlink=dir -/tools/memory symlink=dir /website/* symlink=dir |