1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-06-20 01:19:23 +02:00
Files
lazygit/.gitignore
Stefan Haller d9324019a3 Add __debug_bin.exe to .gitignore
It is created on Windows when debugging lazygit using VS Code.
2024-01-19 22:02:33 +01:00

48 lines
463 B
Plaintext

# Please do not add personal files
# Logs
*.log
# Hidden
.*
# TODO
TODO.*
# Notes
*.notes
# Tests
test/repos/repo
coverage.txt
# Binaries
lazygit
lazygit.exe
# Exceptions
!.gitignore
!.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
__debug_bin.exe
.worktrees
demo/output/*
coverage.out