mirror of
https://github.com/CryptKeeperZK/crypt-keeper-extension.git
synced 2026-01-10 06:28:09 -05:00
* build(deps-dev): bump nx from 16.10.0 to 17.0.1 Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.10.0 to 17.0.1. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/17.0.1/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix: build --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
70 lines
772 B
Plaintext
70 lines
772 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
|
|
.parcel-cache
|
|
.nx
|
|
|
|
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/
|
|
tsconfig.tsbuildinfo
|
|
|
|
.env*
|
|
!.env.example
|
|
.zip
|
|
demo/.parcel-cache
|
|
test-results/
|
|
playwright-report
|
|
playwright/.cache/
|
|
playwright-downloads/
|
|
user-data/
|
|
tmp/
|