2020-01-22 15:37:19 +01:00
|
|
|
!.eslintrc.js
|
|
|
|
|
2018-07-03 00:35:30 +02:00
|
|
|
node_modules/**
|
|
|
|
dist/**
|
|
|
|
builds/**
|
2018-07-03 21:43:14 +02:00
|
|
|
test-builds/**
|
2018-07-03 00:35:30 +02:00
|
|
|
docs/**
|
2018-09-24 22:02:00 +02:00
|
|
|
coverage/
|
2018-07-03 00:35:30 +02:00
|
|
|
|
|
|
|
development/bundle.js
|
|
|
|
development/states.js
|
|
|
|
|
2016-07-21 19:45:32 +02:00
|
|
|
app/scripts/lib/extension-instance.js
|
2018-07-03 00:35:30 +02:00
|
|
|
app/scripts/chromereload.js
|
2018-08-10 05:38:01 +02:00
|
|
|
app/vendor/**
|
2018-07-03 00:35:30 +02:00
|
|
|
|
|
|
|
ui/lib/blockies.js
|
|
|
|
|
2017-05-04 23:33:29 +02:00
|
|
|
test/integration/bundle.js
|
|
|
|
test/integration/jquery-3.1.0.min.js
|
|
|
|
test/integration/helpers.js
|
2019-07-15 16:03:22 +02:00
|
|
|
|
|
|
|
package-lock.json
|