mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-17 14:11:02 +02:00
Merge pull request #181 from glvr182/feature/ignore-unused
Cleaned the gitignore and added the linux binary
This commit is contained in:
commit
7b3679d546
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,7 +1,18 @@
|
||||
development.log
|
||||
commands.log
|
||||
# Please do not add personal files
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Extras
|
||||
extra/lgit.rb
|
||||
|
||||
# Notes
|
||||
notes/go.notes
|
||||
TODO.notes
|
||||
TODO.md
|
||||
|
||||
# Tests
|
||||
test/repos/repo
|
||||
|
||||
# Binaries
|
||||
lazygit
|
Loading…
x
Reference in New Issue
Block a user