Skip to content

Commit

Permalink
include sub dirs binaries in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Jul 10, 2024
1 parent a6cec5e commit d2b7b51
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ __pycache__/
*.py[cod]
.hypothesis/
wake-coverage.cov
!data/*.bin
!data/**/*.bin

# generated by failing serialization tests
data/*-actual.json
Expand Down
Binary file added data/v1/chain_config.bin
Binary file not shown.
Binary file added data/v1/fee_info.bin
Binary file not shown.
Binary file added data/v1/header.bin
Binary file not shown.
Binary file added data/v1/l1_block.bin
Binary file not shown.
Binary file added data/v1/ns_table.bin
Binary file not shown.
Binary file added data/v1/payload.bin
Binary file not shown.
Binary file added data/v1/transaction.bin
Binary file not shown.
Binary file added data/v1/tx_index.bin
Binary file not shown.
Binary file added data/v2/header.bin
Binary file not shown.
Binary file added data/v3/header.bin
Binary file not shown.

0 comments on commit d2b7b51

Please sign in to comment.