mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
ccab4ee1a4
* added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json
24 lines
400 B
Plaintext
24 lines
400 B
Plaintext
node_modules/**
|
|
dist/**
|
|
builds/**
|
|
test-builds/**
|
|
docs/**
|
|
coverage/
|
|
|
|
development/bundle.js
|
|
development/states.js
|
|
|
|
app/scripts/lib/extension-instance.js
|
|
app/scripts/chromereload.js
|
|
|
|
ui/lib/blockies.js
|
|
|
|
mascara/src/app/first-time/spinner.js
|
|
mascara/test/jquery-3.1.0.min.js
|
|
|
|
test/integration/bundle.js
|
|
test/integration/jquery-3.1.0.min.js
|
|
test/integration/helpers.js
|
|
test/integration/lib/first-time.js
|
|
|