Skip to content

Commit 3cec69a

Browse files
committed
Add contract placeholder, ignore non placeholder contract
1 parent 1fce22c commit 3cec69a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ data/
1010
postgres_data/
1111
logs/
1212
subgraph/
13+
14+
# Ignore real contract files but allow placeholders
1315
contracts/contract.abi.json
1416

1517
# Ignore Ruff

contracts/placeholder.abi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"placeholder": "This is a placeholder ABI file for CI/CD builds"}

0 commit comments

Comments
 (0)