mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
30 lines
610 B
Plaintext
30 lines
610 B
Plaintext
node_modules
|
|
.env
|
|
coverage
|
|
coverage.json
|
|
typechain
|
|
typechain-types
|
|
|
|
#Hardhat files
|
|
cache
|
|
artifacts
|
|
ignition/deployed_addresses.json
|
|
ignition/parameters.json
|
|
|
|
ignition/deployments/*
|
|
!ignition/deployments/prod
|
|
ignition/deployments/prod/*
|
|
!ignition/deployments/prod/deployed_addresses.json
|
|
!ignition/deployments/prod/artifacts
|
|
ignition/deployments/prod/artifacts/*
|
|
!ignition/deployments/prod/artifacts/*.json
|
|
!ignition/deployments/prod/artifacts/**/*.json
|
|
ignition/deployments/prod/artifacts/**/dbg.json
|
|
ignition/deployments/prod/artifacts/dbg.json
|
|
|
|
#Local verifier
|
|
contracts/verifiers/local/*
|
|
|
|
.yarn
|
|
.yarnrc.yml
|