mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
This tells git to checkout all .md and .json files with Unix line feeds, even on Windows. This shouldn't be a problem for working with these files on Windows, as all modern text editors and IDEs should be capable of editing Unix files transparently; but it makes it possible to run `go generate ./...` on Windows, which assumes Unix line feeds in a few places.
44 lines
448 B
Text
44 lines
448 B
Text
# Please do not add personal files
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Hidden
|
|
.*
|
|
|
|
# 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
|