49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
# ── 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
|
|
coverage
|