Skip to content

Commit a8469af

Browse files
committed
chore: better gitignore
Signed-off-by: Tomás Migone <[email protected]>
1 parent b4fe809 commit a8469af

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.gitignore

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,7 @@ tx-builder-*.json
7777
!tx-builder-template.json
7878

7979
# Hardhat Ignition
80-
**/chain-31337/
81-
**/chain-1337/
82-
**/horizon-localhost/
83-
**/horizon-hardhat/
84-
**/subgraph-service-localhost/
85-
**/subgraph-service-hardhat/
86-
!**/ignition/**/artifacts/
87-
88-
89-
!packages/interfaces/src/types/
80+
**/ignition/deployments/*-localhost/
81+
**/ignition/deployments/*-hardhat/
82+
**/ignition/deployments/*-31337/
83+
**/ignition/deployments/*-1337/

0 commit comments

Comments
 (0)