mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-24 19:39:16 +02:00
31 lines
272 B
Plaintext
31 lines
272 B
Plaintext
# Please do not add personal files
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Notes
|
|
*.notes
|
|
|
|
# Tests
|
|
test/repos/repo
|
|
coverage.txt
|
|
|
|
# JetBrains stuff
|
|
.idea/
|
|
|
|
# Binaries
|
|
lazygit
|
|
lazygit.exe
|
|
|
|
test/git_server/data
|
|
|
|
test/_results/**
|
|
|
|
oryxBuildBinary
|
|
__debug_bin*
|
|
|
|
.worktrees
|
|
demo/output/*
|
|
|
|
coverage.out
|