Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- Add OMNL/CBK Indonesia submission and audit binder docs, manifests, attestations - Add scripts/omnl transaction-package pipeline, LEI/PvP helpers, jq/lib fixtures - Update entity master data, MASTER_INDEX, TODOS, dbis-rail docs and rulebook - Add proof_package/regulatory skeleton and transaction package zip + snapshot JSON - validate-omnl-rail workflow, forge-verification-proxy tweak, .gitignore hygiene - Bump smom-dbis-138 (cronos verify docs/scripts) and explorer-monorepo (SPA + env report) Made-with: Cursor
71 lines
1.0 KiB
Plaintext
71 lines
1.0 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Package manager lock files (using pnpm as default)
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.master
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local-only Cursor session / context (exclude from Gitea)
|
|
.cursor/local/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Environment backup files (Security: Prevent committing backup files with secrets)
|
|
*.env.backup
|
|
.env.backup.*
|
|
.env.backup
|
|
.gitignore.backup.*
|
|
|
|
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# CoinGecko/CMC token logos (generated by prepare-token-logos-512x512.sh)
|
|
docs/04-configuration/coingecko/logos/*.png
|
|
|
|
# Ephemeral phase markers
|
|
.phase1-event-status
|
|
|
|
# OMNL operator rail (env-specific IDs, reconciliation, audit packets, posted refs)
|
|
ids.env
|
|
reconciliation/
|
|
|
|
# Office 2 Shamrayan P2P credentials (runbook-only; never commit)
|
|
.env.office2-p2p
|
|
**/.env.office2-p2p
|
|
.posted_refs
|
|
*.payload.json
|
|
*.payload.sha256
|
|
audit_log.jsonl
|