mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
51cffa15dd
* Migrate to new controller packages `@metamask/controllers` is deprecated, and most of the controllers that lived here are now located in their own package ([1]). This commit replaces `@metamask/controllers` in `package.json` with references to these packages and updates `import` lines to match. [1]: https://github.com/MetaMask/controllers/pull/831 * Support GitHub registry for draft PRs (#16549) * Add additional allowed host to lockfile linter * Update LavaMoat policies * Add policy exception for nanoid * Add additional nanoid overrides * Update LavaMoat policies again * Bump controller packages * Update lavamoat * Bump controller packages * Update packages to v1.0.0 * Expand gitignore comment * Unpin controller dependencies, using ^ range instead Co-authored-by: Mark Stacey <markjstacey@gmail.com>
63 lines
755 B
Plaintext
63 lines
755 B
Plaintext
npm-debug.log
|
|
yarn-error.log
|
|
node_modules
|
|
package-lock.json
|
|
|
|
audit.json
|
|
|
|
app/bower_components
|
|
test/bower_components
|
|
package
|
|
.eslintcache
|
|
|
|
# IDEs
|
|
.idea
|
|
.vscode
|
|
.sublime-project
|
|
|
|
*.bak
|
|
|
|
# VIM
|
|
*.swp
|
|
*.swo
|
|
|
|
temp
|
|
.tmp
|
|
.sass-cache
|
|
.DS_Store
|
|
app/.DS_Store
|
|
|
|
storybook-build/
|
|
coverage/
|
|
jest-coverage/
|
|
dist
|
|
builds/
|
|
builds.zip
|
|
development/ts-migration-dashboard/build
|
|
development/ts-migration-dashboard/intermediate
|
|
|
|
test-artifacts
|
|
test-builds
|
|
build-artifacts
|
|
|
|
#ignore css output and sourcemaps
|
|
ui/css/output/
|
|
|
|
notes.txt
|
|
|
|
.nyc_output
|
|
|
|
# MetaMask configuration
|
|
.metamaskrc
|
|
.metamaskprodrc
|
|
|
|
# TypeScript
|
|
tsout/
|
|
|
|
# Test results
|
|
test-results/
|
|
|
|
# This file is used to authenticate with the GitHub Package registry, to
|
|
# enable the use of @metamask preview builds.
|
|
.npmrc
|