110 lines
2.2 KiB
Plaintext
110 lines
2.2 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/
|
|
|
|
# NPMplus backups (backup-npmplus.sh — tarballs and extracted trees; may contain certs/DB)
|
|
backups/npmplus/
|
|
|
|
# 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
|
|
|
|
# DBIS Phase 1 discovery — timestamped reports (run scripts/verify/run-phase1-discovery.sh)
|
|
reports/phase1-discovery/phase1-discovery-*.md
|
|
|
|
# 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
|
|
|
|
# cross-chain-pmm-lps-publish: git worktree under that repo — not a parent submodule
|
|
cross-chain-pmm-lps-publish/
|
|
|
|
# Local scratch (never commit)
|
|
.tmp-*.cjs
|
|
.codex/
|
|
.venv-checkjson/
|
|
|
|
# Operator / runtime env snapshots under reports/ (sensitive; regenerate from hosts)
|
|
reports/status/operator-*.env
|
|
reports/status/operator-runtime*.env
|
|
reports/status/chain138_aave_runtime.env
|
|
reports/status/*runtime-env*.env
|
|
reports/status/ei-matrix-eth-send*
|
|
reports/status/token-aggregation-*.tar.gz
|
|
config/production/*did-secrets.env
|
|
|
|
# Bulky one-off local outputs (re-run scripts to restore)
|
|
output/omnl-e2e-*.zip
|
|
output/omnl-e2e-*/
|
|
output/office22-*.zip
|
|
output/settlement-events/
|
|
output/transaction-package-*/
|
|
|
|
# Large optional vendor trees and local checkouts (keep out of main clone)
|
|
smom-dbis-138-publish/
|
|
third-party/
|
|
thirdweb-core-2103-test/
|
|
tmp/
|
|
token-aggregation-build/
|
|
transaction-composer/
|
|
vendor/
|