diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a19ade077..590ac71c0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ CHANGELOG.md merge=union + +# Reviewing the lockfile contents is an important step in verifying that +# we're using the dependencies we expect to be using +package-lock.json linguist-generated=false +yarn.lock linguist-generated=false + +test/e2e/send-eth-with-private-key-test/ethereumjs-tx.js linguist-vendored linguist-generated |