1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/.gitignore

42 lines
406 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 12:56:01 +02:00
lazygit.exe
# Exceptions
!.gitignore
!.goreleaser.yml
2022-03-19 00:38:49 +02:00
!.golangci.yml
!.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
2023-02-26 02:49:15 +02:00
test/results/**
2022-08-07 14:09:39 +02:00
2022-05-17 13:55:31 +02:00
oryxBuildBinary
2022-08-07 14:09:39 +02:00
__debug_bin