diff --git a/.gitattributes b/.gitattributes index 3fe9255e0be..69aa79d85c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,9 @@ # Possibly have crlf for this as well (believe AU uses Windows Line Endings and utf-8-bom) *.nuspec text eol=lf +*.ps1 text eol=crlf +*.psm1 text eol=crlf + *.png binary *.jpg binary *.exe binary diff --git a/automatic/nexus-repository/update.ps1 b/automatic/nexus-repository/_update.ps1 similarity index 100% rename from automatic/nexus-repository/update.ps1 rename to automatic/nexus-repository/_update.ps1