Skip to content

Commit 4654ad6

Browse files
committed
fix: update .gitignore to correct artifacts path and remove unnecessary deployment artifacts
1 parent 749c442 commit 4654ad6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/smart-contract/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hardhat files
22
cache
3-
./artifacts
3+
artifacts
44

55
# TypeChain files
66
typechain
@@ -12,5 +12,4 @@ coverage.json
1212

1313
# Deployment files
1414
**/deployments/chain-31337
15-
**/deployments/**/artifacts
1615

0 commit comments

Comments
 (0)