Skip to content

Commit dc6f663

Browse files
committed
chore: ignore built binaries by updating .gitignore
- Add the bin directory to .gitignore to prevent committing built binaries or executables Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 225a7ac commit dc6f663

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ go.work.sum
3030
# Editor/IDE
3131
# .idea/
3232
# .vscode/
33+
bin

0 commit comments

Comments
 (0)