Skip to content

Commit a2701cf

Browse files
batcher,proposer: Add gitignore (#2600)
The gitignore was non-existant or ignoring the old binary. This updates them to hide the `bin` directory (where builds are placed). Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent f7fe194 commit a2701cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

op-batcher/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin

op-proposer/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/l2os
1+
bin

0 commit comments

Comments
 (0)