Skip to content

Commit

Permalink
fix: updated .gitignore to include the necessary artifacts for System…
Browse files Browse the repository at this point in the history
… Contract DApp

Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Mar 4, 2024
1 parent f2391d5 commit d8cfdbb
Show file tree
Hide file tree
Showing 24 changed files with 10,696 additions and 8 deletions.
15 changes: 13 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@ cache
.idea

# ignore non repo contract related aritifacts
artifacts/
.openzeppelin/unknown-298.json
.env
test-results.*
contracts-abi/*
!contracts-abi/contracts

## --- Foundry Gitignore ---
# Ignore all default artifacts except for TokenCreateCustomContract, TokenManagementContract, TokenQueryContract, TokenTransferContract, IHRC729Contract, PrngSystemContract, ERC20Mock, ERC721Mock
# because the System Contract DApp requires the bytecode of these contracts
artifacts/contracts/*
artifacts/build-info
artifacts/@openzeppelin
artifacts/contracts/**/**/*.dbg.json
!artifacts/contracts/hts-precompile
!artifacts/contracts/util-precompile
!artifacts/contracts/openzeppelin
artifacts/contracts/openzeppelin/*
!artifacts/contracts/openzeppelin/ERC-20
!artifacts/contracts/openzeppelin/ERC-721

## --- Foundry Gitignore ---
# Compiler files
forge-cache/
out/
Expand Down
Loading

0 comments on commit d8cfdbb

Please sign in to comment.