/ .gitattributes
.gitattributes
1  # Handle line endings automatically for files detected as text 
2  # and leave all files detected as binary untouched.
3  * text=auto
4  
5  # Never modify line endings of our bash scripts
6  *.sh -crlf
7  .env.example text eol=lf