Final Push

This commit is contained in:
2026-05-13 21:08:27 +01:00
parent e4f4992a1b
commit 659e4a72c5
32 changed files with 2173 additions and 3500 deletions

View File

@@ -1,14 +1,48 @@
# ── Dependencies ──────────────────────────────────────────────
node_modules
blockchain/node_modules
# ── Build outputs ─────────────────────────────────────────────
.next
out
build
# ── Version control ───────────────────────────────────────────
.git
.gitignore
# ── Environment / secrets ─────────────────────────────────────
.env
.env.*
# ── Development tooling ───────────────────────────────────────
.vscode
.venv
.nvmrc
# ── Test / debug scripts ──────────────────────────────────────
test-*.js
*.test.ts
*.spec.ts
# ── Documentation & assets ────────────────────────────────────
docs
*.md
*.sh
*.png
*.jpg
# ── Blockchain build artifacts ────────────────────────────────
blockchain/artifacts
blockchain/cache
blockchain/typechain-types
# ── TypeScript build info ─────────────────────────────────────
*.tsbuildinfo
# ── Misc ──────────────────────────────────────────────────────
Dockerfile
npm-debug.log
yarn-error.log
pnpm-debug.log
.env
.env.*
blockchain/artifacts
blockchain/cache
blockchain/typechain-types
blockchain/node_modules
coverage