mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
gitignore - add package-lock and re-arrange by category
This commit is contained in:
parent
8af41f1b05
commit
997f38c219
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,21 +1,27 @@
|
|||||||
dist
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
node_modules
|
node_modules
|
||||||
temp
|
package-lock.json
|
||||||
.tmp
|
|
||||||
.sass-cache
|
|
||||||
app/bower_components
|
app/bower_components
|
||||||
test/bower_components
|
test/bower_components
|
||||||
package
|
package
|
||||||
|
|
||||||
|
temp
|
||||||
|
.tmp
|
||||||
|
.sass-cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
app/.DS_Store
|
||||||
|
|
||||||
|
dist
|
||||||
builds/
|
builds/
|
||||||
disc/
|
disc/
|
||||||
notes.txt
|
|
||||||
app/.DS_Store
|
|
||||||
development/bundle.js
|
|
||||||
builds.zip
|
builds.zip
|
||||||
test/integration/bundle.js
|
|
||||||
|
development/bundle.js
|
||||||
development/states.js
|
development/states.js
|
||||||
|
test/integration/bundle.js
|
||||||
test/background.js
|
test/background.js
|
||||||
test/bundle.js
|
test/bundle.js
|
||||||
test/test-bundle.js
|
test/test-bundle.js
|
||||||
|
|
||||||
|
notes.txt
|
Loading…
Reference in New Issue
Block a user