1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00
metamask-extension/.gitignore
Mark Stacey c7608e6fe9
Remove disc (#6801)
The `disc` gulp command no longer works. I wasn't able to fix this
easily, so instead it has been removed. We can probably find something
better to replace it with.
2019-07-04 11:54:10 -03:00

47 lines
488 B
Plaintext

npm-debug.log
node_modules
yarn.lock
app/bower_components
test/bower_components
package
# IDEs
.idea
.vscode
.sublime-project
# VIM
*.swp
*.swo
temp
.tmp
.sass-cache
.DS_Store
app/.DS_Store
coverage/
dist
builds/
builds.zip
docs/jsdocs
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