mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
83c2440509
* ci: Rename full_test to test_and_release * ci: Add scripts to automate GH releases * Add .bak files to .gitignore * ci: Add reviewer to the auto version PR
49 lines
495 B
Plaintext
49 lines
495 B
Plaintext
npm-debug.log
|
|
node_modules
|
|
yarn.lock
|
|
|
|
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
|
|
|
|
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
|