mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
c413d0905f
* Add dev config to login automagically based on runtime config Co-authored-by: Erik Marks <rekmarks@protonmail.com>
54 lines
537 B
Plaintext
54 lines
537 B
Plaintext
npm-debug.log
|
|
yarn-error.log
|
|
node_modules
|
|
package-lock.json
|
|
|
|
audit.json
|
|
|
|
app/bower_components
|
|
test/bower_components
|
|
package
|
|
|
|
# IDEs
|
|
.idea
|
|
.vscode
|
|
.sublime-project
|
|
|
|
*.bak
|
|
|
|
# VIM
|
|
*.swp
|
|
*.swo
|
|
|
|
temp
|
|
.tmp
|
|
.sass-cache
|
|
.DS_Store
|
|
app/.DS_Store
|
|
|
|
.out/
|
|
coverage/
|
|
dist
|
|
builds/
|
|
builds.zip
|
|
|
|
development/bundle.js
|
|
development/states.js
|
|
test/integration/bundle.js
|
|
test/background.js
|
|
test/bundle.js
|
|
test/test-bundle.js
|
|
|
|
test-artifacts
|
|
test-builds
|
|
|
|
#ignore css output and sourcemaps
|
|
ui/app/css/output/
|
|
|
|
notes.txt
|
|
|
|
.coveralls.yml
|
|
.nyc_output
|
|
|
|
.metamaskrc
|