1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00
lazygit/.gitignore

37 lines
485 B
Plaintext
Raw Normal View History

# 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/
2018-12-08 07:54:54 +02:00
!.github/
2020-10-04 09:41:33 +02:00
test/git_server/data
2020-10-06 00:23:09 +02:00
test/integration/*/actual/
2021-10-22 11:18:40 +02:00
test/integration/*/actual_remote/
2020-10-06 00:23:09 +02:00
test/integration/*/used_config/
2021-10-22 11:18:40 +02:00
# these sample hooks waste too much space
2020-10-06 00:23:09 +02:00
test/integration/*/expected/.git_keep/hooks/
2021-10-22 11:18:40 +02:00
test/integration/*/expected_remote/hooks/
2020-10-06 00:23:09 +02:00
!.git_keep/
lazygit.exe