mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Add __debug_bin.exe to .gitignore
It is created on Windows when debugging lazygit using VS Code.
This commit is contained in:
parent
221ebdc1fb
commit
d9324019a3
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -39,6 +39,7 @@ test/_results/**
|
|||
|
||||
oryxBuildBinary
|
||||
__debug_bin
|
||||
__debug_bin.exe
|
||||
|
||||
.worktrees
|
||||
demo/output/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue