Final Push
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user