1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-21 17:57:00 +02:00
lazygit/.gitignore
Yaroslav Halchenko 1e8eb72b2f Do not git ignore .codespellrc
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
2024-08-27 18:03:00 +02:00

46 lines
462 B
Plaintext

# Please do not add personal files
# Logs
*.log
# Hidden
.*
!.codespellrc
# Notes
*.notes
# Tests
test/repos/repo
coverage.txt
# Binaries
lazygit
lazygit.exe
# Exceptions
!.gitignore
!.gitattributes
!.goreleaser.yml
!.golangci.yml
!.circleci/
!.github/
!.vscode/
!.devcontainer/
# these are for our integration tests
!.git_keep
!.gitmodules_keep
test/git_server/data
test/_results/**
oryxBuildBinary
__debug_bin
.worktrees
demo/output/*
coverage.out