87b5dcfd05
This commit introduces the foundational setup for developing the Node Families wallet frontend. It integrates the OpenSpec AI development workflow, including prompts and skills, to enable a structured, AI-assisted approach. Additionally, Storybook is configured for comprehensive UI component visualization, mocking, and testing for the new features. Refers to NYM-1199.
94 lines
1.7 KiB
Plaintext
94 lines
1.7 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/
|
|
|
|
<<<<<<< HEAD
|
|
tmp/
|
|
# operator tools
|
|
scripts/nym-node-setup/auto-bond/nodes.csv
|
|
=======
|
|
|
|
*storybook.log
|
|
>>>>>>> dea01ef63 (NYM-1199: integrate OpenSpec AI for Node Families UI)
|