mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-29 00:51:35 +02:00
REPO: Added and modified some ignore statements
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@ -3,13 +3,8 @@
|
|||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Extras
|
# Hidden
|
||||||
extra/lgit.rb
|
.*
|
||||||
|
|
||||||
# Notes
|
|
||||||
notes/go.notes
|
|
||||||
TODO.notes
|
|
||||||
TODO.md
|
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
test/repos/repo
|
test/repos/repo
|
||||||
@ -17,3 +12,9 @@ coverage.txt
|
|||||||
|
|
||||||
# Binaries
|
# Binaries
|
||||||
lazygit
|
lazygit
|
||||||
|
|
||||||
|
# Exceptions
|
||||||
|
!.gitignore
|
||||||
|
!.goreleaser.yml
|
||||||
|
!.circleci/
|
||||||
|
!.github/
|
Reference in New Issue
Block a user