Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ typechain-types

# Hardhat files
cache
artifacts

# Deployed addresses saved with deploy/ scripts
build/*.json

contracts/hardhat-dependency-compiler/
deployments/*hardhat*
deployments/dev-*

# Flattened Solidity file used to generate diagrams.
flatten.sol

# Contract artifacts are used by the SDKs and the Middleware.
# Irrelevant files are ignored.
# /!\ Update package.json#files if this is updated.
/artifacts/*
!/artifacts/contracts/
/artifacts/contracts/tools/testing/
/artifacts/contracts/tools/diagrams/
/artifacts/contracts/**/*.dbg.json
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

artifacts/
audit/
build/
cache/
coverage/
coverage.json
Expand Down
294 changes: 294 additions & 0 deletions artifacts/contracts/Diamond.sol/Diamond.json

Large diffs are not rendered by default.

Loading