2018-08-18 11:49:37 +02:00
|
|
|
# Please do not add personal files
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
|
2018-09-08 14:25:33 +02:00
|
|
|
# Hidden
|
|
|
|
.*
|
2018-08-18 11:49:37 +02:00
|
|
|
|
2018-09-09 13:37:38 +02:00
|
|
|
# TODO
|
|
|
|
TODO.*
|
|
|
|
|
|
|
|
# Notes
|
|
|
|
*.notes
|
|
|
|
|
2018-08-18 11:49:37 +02:00
|
|
|
# Tests
|
|
|
|
test/repos/repo
|
2018-08-18 09:27:47 +02:00
|
|
|
coverage.txt
|
2018-08-18 11:49:37 +02:00
|
|
|
|
|
|
|
# Binaries
|
2018-08-18 09:27:47 +02:00
|
|
|
lazygit
|
2022-01-28 12:56:01 +02:00
|
|
|
lazygit.exe
|
2018-09-08 14:25:33 +02:00
|
|
|
|
|
|
|
# Exceptions
|
|
|
|
!.gitignore
|
|
|
|
!.goreleaser.yml
|
2022-03-19 00:38:49 +02:00
|
|
|
!.golangci.yml
|
2018-09-08 14:25:33 +02:00
|
|
|
!.circleci/
|
2018-12-08 07:54:54 +02:00
|
|
|
!.github/
|
2022-05-17 13:38:37 +02:00
|
|
|
!.vscode/
|
2022-11-13 00:09:31 +02:00
|
|
|
!.devcontainer/
|
2022-03-19 00:38:49 +02:00
|
|
|
|
2022-01-28 12:56:01 +02:00
|
|
|
# these are for our integration tests
|
|
|
|
!.git_keep
|
|
|
|
!.gitmodules_keep
|
2018-12-08 07:54:54 +02:00
|
|
|
|
2020-10-04 09:41:33 +02:00
|
|
|
test/git_server/data
|
2022-08-07 14:09:39 +02:00
|
|
|
|
|
|
|
# we'll scrap these lines once we've fully moved over to the new integration test approach
|
2020-10-06 00:23:09 +02:00
|
|
|
test/integration/*/actual/
|
|
|
|
test/integration/*/used_config/
|
2021-10-22 11:18:40 +02:00
|
|
|
# these sample hooks waste too much space
|
2022-01-28 12:56:01 +02:00
|
|
|
test/integration/*/expected/**/hooks/
|
|
|
|
test/integration/*/expected_remote/**/hooks/
|
2022-05-17 13:55:31 +02:00
|
|
|
|
2022-08-07 14:09:39 +02:00
|
|
|
test/integration_new/**/actual/
|
|
|
|
test/integration_new/**/used_config/
|
|
|
|
# these sample hooks waste too much space
|
|
|
|
test/integration_new/**/expected/**/hooks/
|
|
|
|
test/integration_new/**/expected_remote/**/hooks/
|
|
|
|
|
2022-05-17 13:55:31 +02:00
|
|
|
oryxBuildBinary
|
2022-08-07 14:09:39 +02:00
|
|
|
__debug_bin
|