mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 09:27:02 +01:00
6d1170f06c
Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: ricky <ricky.miller@gmail.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: Pedro Figueiredo <pedro.figueiredo@consensys.net>
23 lines
862 B
Plaintext
23 lines
862 B
Plaintext
* text=auto
|
|
CHANGELOG.md merge=union
|
|
|
|
.metamaskrc.dist linguist-language=ini
|
|
|
|
# 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 -diff
|
|
test/e2e/send-eth-with-private-key-test/web3js.js linguist-vendored linguist-generated -diff
|
|
|
|
# Collapse changes to translation files by default in diffs as it is very common
|
|
# to remove keys in PRs. Of course this means that PRs that solely update
|
|
# translations will be a little harder to review but those do not get submitted
|
|
# as often as other PRs.
|
|
app/_locales/** linguist-generated
|
|
|
|
# yarn berry suggested .gitattributes
|
|
/.yarn/releases/** binary
|
|
/.yarn/plugins/** binary
|