diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8143bb75f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.go text +*.md text eol=lf +*.json text eol=lf diff --git a/.gitignore b/.gitignore index 2fc9940dc..09340a6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ lazygit.exe # Exceptions !.gitignore +!.gitattributes !.goreleaser.yml !.golangci.yml !.circleci/