1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/.gitignore

47 lines
484 B
Plaintext
Raw Normal View History

2016-12-16 21:43:37 +01:00
npm-debug.log
2015-08-01 03:38:02 +02:00
node_modules
2018-03-08 23:13:12 +01:00
yarn.lock
2015-08-01 03:38:02 +02:00
app/bower_components
test/bower_components
package
2018-03-10 03:56:39 +01:00
# IDEs
2017-11-24 02:33:44 +01:00
.idea
2018-03-10 03:56:39 +01:00
.vscode
.sublime-project
2017-11-24 02:33:44 +01:00
2018-07-21 01:00:41 +02:00
# VIM
*.swp
*.swo
temp
.tmp
.sass-cache
2016-03-29 23:31:25 +02:00
.DS_Store
app/.DS_Store
dist
2016-03-29 23:31:25 +02:00
builds/
2017-01-10 22:46:15 +01:00
disc/
2016-08-22 20:59:26 +02:00
builds.zip
docs/jsdocs
development/bundle.js
2016-12-16 20:26:39 +01:00
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/
2017-08-06 22:27:07 +02:00
notes.txt
.coveralls.yml
.nyc_output