.gitattributes 211 B

123456
  1. # Shell scripts must use LF on all platforms (avoid bash $'\r' errors on Linux)
  2. *.sh text eol=lf
  3. # Environment files must use LF (avoid source #: command not found on Linux)
  4. *.env text eol=lf
  5. .env* text eol=lf