1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-22 05:29:44 +02:00
lazygit/.gitignore

43 lines
556 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
2022-01-28 21:56:01 +11:00
lazygit.exe
# Exceptions
!.gitignore
!.goreleaser.yml
2022-03-19 09:38:49 +11:00
!.golangci.yml
!.circleci/
2018-12-08 16:54:54 +11:00
!.github/
2022-05-17 21:38:37 +10:00
!.vscode/
2022-03-19 09:38:49 +11:00
2022-01-28 21:56:01 +11:00
# these are for our integration tests
!.git_keep
!.gitmodules_keep
2018-12-08 16:54:54 +11:00
2020-10-04 18:41:33 +11:00
test/git_server/data
2020-10-06 09:23:09 +11:00
test/integration/*/actual/
test/integration/*/used_config/
2021-10-22 20:18:40 +11:00
# these sample hooks waste too much space
2022-01-28 21:56:01 +11:00
test/integration/*/expected/**/hooks/
test/integration/*/expected_remote/**/hooks/
2022-05-17 11:55:31 +00:00
oryxBuildBinary
__debug_bin