Skip to content

Commit

Permalink
chore: Manage Forge dependencies as NPM packages (the Hardhat way)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls committed Apr 20, 2024
1 parent a9cef41 commit 12a4842
Show file tree
Hide file tree
Showing 45 changed files with 1,242 additions and 1,530 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ node_modules
lcov.info
coverage

# Hardhat
# Contarcts
cache_hardhat
cache_forge
artifacts
typechain-types

Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build
.graphclient
snap
dist
cache_forge

# files
*.env
Expand Down
9 changes: 9 additions & 0 deletions contracts/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.openzeppelin
deployments
env
script
test
.env
foundry.toml
hardhat.config.ts
tsconfig.json
Loading

0 comments on commit 12a4842

Please sign in to comment.