Skip to content

Commit d2e921c

Browse files
authored
Merge pull request #266 from graphprotocol/pcv/feat-correct-epoch
Add new command to correct a block number in the last epoch
2 parents b538682 + b850d79 commit d2e921c

32 files changed

+5727
-3236
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ target/
1111
# Ignore node stuff
1212
node_modules/
1313
yarn-error.log
14+
.yarn/
15+
.yarnrc.yml
1416

1517
# Ignore build stuff
1618
cache/
@@ -26,6 +28,9 @@ bin/
2628
# Ignore matchstick bin output
2729
.bin/
2830

31+
# Ignore test docker files
32+
**/tests/.docker/
33+
2934
# Others
3035
.env
3136
.DS_Store

0 commit comments

Comments
 (0)