Skip to content

Commit 8beb6c3

Browse files
committed
fix(gitignore): add overlay-test-server binary to ignored files
Prevents accidental commit of the overlay-test-server binary built at the repo root (the Makefile outputs to bin/ which is already ignored, but manual go build leaves it in the root).
1 parent d1c3cde commit 8beb6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ _site/
136136
.terraform/
137137
/node-doctor
138138
/node-doctor-controller
139+
/overlay-test-server
139140

140141
# Log Bundles
141142
logs

0 commit comments

Comments
 (0)