mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Cleaned the gitignore and added the linux binary
This commit is contained in:
parent
aaa8558de8
commit
c091401571
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -1,7 +1,23 @@
|
|||
development.log
|
||||
commands.log
|
||||
# Please do not add personal files
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Extras
|
||||
extra/lgit.rb
|
||||
extra/lgit.rb
|
||||
|
||||
# Notes
|
||||
notes/go.notes
|
||||
notes/go.notes
|
||||
TODO.notes
|
||||
TODO.notes
|
||||
TODO.md
|
||||
TODO.md
|
||||
|
||||
# Tests
|
||||
test/repos/repo
|
||||
test/repos/repo
|
||||
|
||||
# Binaries
|
||||
lazygit
|
||||
Loading…
Reference in a new issue