626d013547
* switch from yarn to pnpm * Remove full-nym-wasm (#6796) * Remove nym-browser-extension (#6798) * Remove nym-browser-extension * remove unused from makefile * Remove Node tester (#6800) * Remove dom-utils (#6801) * gh-actions: remove pnpm version * nuke dist and pkg * add missing dependency * set node version to 24 and pnpm version to 11 * upgrade lock file from pnpm version 9 to 11 * pnpm add approved builds * yarn -> pnpm * upgrade jest version * yarn -> pnpm * Remove unused cfg; clippy! * pnpm: when dev mode is on, unfreeze the lock file * pnpm approve more scripts * pnpm syntax error * add `pnpm i` * disable eslint temporarily while switching to biome in later PR --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com> Co-authored-by: mfahampshire <maxhampshire@pm.me>
86 lines
1.5 KiB
Plaintext
86 lines
1.5 KiB
Plaintext
// Copyright 2020 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
/targetString
|
|
**/*.rs.bk
|
|
/*/target
|
|
/test_inbox
|
|
.idea
|
|
target
|
|
.env
|
|
.env.dev
|
|
envs/devnet.env
|
|
/.vscode/settings.json
|
|
validator/.vscode
|
|
sample-configs/validator-config.toml
|
|
scripts/deploy_qa.sh
|
|
scripts/run_gate.sh
|
|
scripts/run_mix.sh
|
|
scripts/start_local_tmux_network.sh
|
|
/.floo
|
|
/.flooignore
|
|
qa-v4-topology.json
|
|
qa-v6-topology.json
|
|
v4-topology.json
|
|
v6-topology.json
|
|
/explorer/downloads/topology.json
|
|
/explorer/public/downloads/mixmining.json
|
|
/explorer/public/downloads/topology.json
|
|
/nym-wallet/dist/*
|
|
/nym-wallet/appimage-bundled-graphics-libs.txt
|
|
/clients/validator/examples/nym-driver-example/current-contract.txt
|
|
validator-api/v4.json
|
|
validator-api/v6.json
|
|
**/node_modules
|
|
validator-api/keypair
|
|
contracts/mixnet/code_id
|
|
contracts/mixnet/Justfile
|
|
contracts/mixnet/Makefile
|
|
artifacts
|
|
contracts/artifacts
|
|
validator-config
|
|
*.patch
|
|
validator-api-config.toml
|
|
dist
|
|
storybook-static
|
|
.parcel-cache
|
|
**/.DS_Store
|
|
cpu-cycles/libcpucycles/build
|
|
foxyfox.env
|
|
|
|
.next
|
|
ppa-private-key.b64
|
|
ppa-private-key.asc
|
|
nym-network-monitor/topology.json
|
|
nym-network-monitor/__pycache__
|
|
nym-network-monitor/*.key
|
|
nym-network-monitor/.envrc
|
|
nym-network-monitor/.envrc
|
|
nym-api/redocly/formatted-openapi.json
|
|
|
|
|
|
*.sqlite
|
|
.build
|
|
|
|
**/settings.sql
|
|
**/enter_db.sh
|
|
|
|
*.profraw
|
|
.beads
|
|
CLAUDE.md
|
|
.claude
|
|
.superego
|
|
|
|
# Superego (machine-specific paths)
|
|
.superego/
|
|
.claude/hooks/superego/
|
|
.claude/settings.json
|
|
|
|
/notes
|
|
/target-otel
|
|
test-tutorials/
|
|
|
|
# pnpm
|
|
.pnpm-store/
|
|
|