Skip to content

Commit

Permalink
chore: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk committed Dec 4, 2023
2 parents a69b159 + df19e33 commit c92ce51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,677 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ out-via-ir
# Avoid ignoring gitkeep
!/**/.gitkeep

# Keep related abi
out/*/*
!out/Greeter.sol/*

# Keep the latest deployment only
broadcast/*/*/*

# Out dir
out
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# 1. Build the contracts
# 2. Stage build output
# 2. Lint and stage style improvements
yarn build && git add out && npx lint-staged
yarn build && npx lint-staged
Loading

0 comments on commit c92ce51

Please sign in to comment.