Skip to content

Commit

Permalink
fix gitignore and denoexlude
Browse files Browse the repository at this point in the history
  • Loading branch information
marsian83 committed Nov 17, 2024
1 parent 562e4e8 commit 40cceec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions packages/contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337
environment/*tmp.ts
2 changes: 1 addition & 1 deletion packages/contracts/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"@openzeppelin/contracts": "npm:@openzeppelin/contracts@^5.1.0",
"viem": "npm:viem@^2.21.40"
},
"exclude": ["cache", "definitions.gen.ts"]
"exclude": ["cache", "definitions.gen.ts", "environment/*tmp.ts"]
}

0 comments on commit 40cceec

Please sign in to comment.