mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-15 10:06:26 -04:00
Merge pull request #271 from glvr182/feature/ignore-hidden-files
Change the gitignore a bit to cover more
This commit is contained in:
commit
bea9971f9c
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -3,13 +3,14 @@
|
|||
# Logs
|
||||
*.log
|
||||
|
||||
# Extras
|
||||
extra/lgit.rb
|
||||
# Hidden
|
||||
.*
|
||||
|
||||
# TODO
|
||||
TODO.*
|
||||
|
||||
# Notes
|
||||
notes/go.notes
|
||||
TODO.notes
|
||||
TODO.md
|
||||
*.notes
|
||||
|
||||
# Tests
|
||||
test/repos/repo
|
||||
|
|
@ -17,3 +18,9 @@ coverage.txt
|
|||
|
||||
# Binaries
|
||||
lazygit
|
||||
|
||||
# Exceptions
|
||||
!.gitignore
|
||||
!.goreleaser.yml
|
||||
!.circleci/
|
||||
!.github/
|
||||
Loading…
Reference in a new issue