mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
* update scripts * deploy vc and disclose id * fix the deployment scripts on staging * update yarn.lock
34 lines
789 B
Plaintext
34 lines
789 B
Plaintext
node_modules
|
|
.env
|
|
coverage
|
|
coverage.json
|
|
typechain
|
|
typechain-types
|
|
|
|
#Hardhat files
|
|
cache
|
|
artifacts
|
|
ignition/deployed_addresses.json
|
|
ignition/parameters.json
|
|
|
|
# Ignore all deployment folders except important ones
|
|
ignition/deployments/*
|
|
!ignition/deployments/prod/
|
|
!ignition/deployments/staging/
|
|
|
|
# For important environments, keep only essential files
|
|
ignition/deployments/{prod,staging}/*
|
|
!ignition/deployments/{prod,staging}/deployed_addresses.json
|
|
!ignition/deployments/{prod,staging}/artifacts/
|
|
|
|
# In artifacts, keep deployment files but exclude debug files
|
|
ignition/deployments/{prod,staging}/artifacts/*
|
|
!ignition/deployments/{prod,staging}/artifacts/**/*.json
|
|
ignition/deployments/{prod,staging}/artifacts/**/*dbg.json
|
|
|
|
#Local verifier
|
|
contracts/verifiers/local/*
|
|
|
|
.yarn
|
|
.yarnrc.yml
|