Some checks failed
Verify Deployment / Verify Deployment (push) Has been cancelled
CI/CD Pipeline / Solidity Contracts (push) Has been cancelled
CI/CD Pipeline / Security Scanning (push) Has been cancelled
CI/CD Pipeline / Lint and Format (push) Has been cancelled
CI/CD Pipeline / Terraform Validation (push) Has been cancelled
CI/CD Pipeline / Kubernetes Validation (push) Has been cancelled
Deploy ChainID 138 / Deploy ChainID 138 (push) Has been cancelled
Validation / validate-genesis (push) Has been cancelled
Validation / validate-terraform (push) Has been cancelled
Validation / validate-kubernetes (push) Has been cancelled
Validation / validate-smart-contracts (push) Has been cancelled
Validation / validate-security (push) Has been cancelled
Validation / validate-documentation (push) Has been cancelled
- Tweak cronos check/export/verify scripts for current workflow - Gitignore .verify-dodo/ alongside .cronos-verify/ Made-with: Cursor
86 lines
835 B
Plaintext
86 lines
835 B
Plaintext
# Terraform
|
|
.terraform/
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform.lock.hcl
|
|
terraform.tfvars
|
|
*.tfvars.backup
|
|
|
|
# Kubernetes
|
|
kubeconfig
|
|
*.kubeconfig
|
|
|
|
# Keys and Secrets
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.jks
|
|
keystore/
|
|
keys/
|
|
secrets/
|
|
*.env
|
|
.env.local
|
|
|
|
# Besu
|
|
besu-data/
|
|
chaindata/
|
|
datadir/
|
|
|
|
# Foundry
|
|
out/
|
|
cache/
|
|
broadcast/
|
|
.cronos-verify/
|
|
.verify-dodo/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Node modules (if any)
|
|
node_modules/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
venv/
|
|
env/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.backup.*
|
|
.env.backup
|
|
*~
|
|
|
|
# Temporary/working files
|
|
.batch_refactor_changed_files.txt
|
|
.safe_pass_changed_files.txt
|
|
.syntax_*.txt
|
|
.to_revert.txt
|
|
|
|
# Assets (icons are tracked, but exclude large files)
|
|
assets/azure-icons/*.zip
|
|
assets/**/*.tmp
|
|
assets/**/.*.swp
|
|
|