mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-26 09:00:57 +02:00
28 lines
238 B
Plaintext
28 lines
238 B
Plaintext
# Please do not add personal files
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Hidden
|
|
.*
|
|
|
|
# TODO
|
|
TODO.*
|
|
|
|
# Notes
|
|
*.notes
|
|
|
|
# Tests
|
|
test/repos/repo
|
|
coverage.txt
|
|
|
|
# Binaries
|
|
lazygit
|
|
|
|
# Exceptions
|
|
!.gitignore
|
|
!.goreleaser.yml
|
|
!.circleci/
|
|
!.github/
|
|
|
|
test/git_server/data |