Skip to content

Commit f754cea

Browse files
authored
gitignore the chain id in the subgraph package as its autogenerated and shouldnt cause the commit to change (#968)
1 parent 4712ccd commit f754cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/creator-subgraph/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ build/
22
generated/
33
.DS_Store
44
subgraph.yaml
5-
graph-abis/**/*.json
5+
graph-abis/**/*.json
6+
src/constants/chainid.ts

0 commit comments

Comments
 (0)