From 4132d784afe661a2ffe4116398e89b765b617f39 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 8 Jan 2020 13:02:16 -0330 Subject: [PATCH] Suppress diffs for test/e2e/send-eth-with-private-key-test/*.js (#7767) --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 561741e37..34ffa305d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,5 @@ CHANGELOG.md merge=union 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 +test/e2e/send-eth-with-private-key-test/ethereumjs-tx.js linguist-vendored linguist-generated -diff +test/e2e/send-eth-with-private-key-test/web3js.js linguist-vendored linguist-generated -diff