diff --git a/.gitattributes b/.gitattributes index 02d4646b..ea2b0467 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ #This file is generated by ModuleSync, do not edit. *.rb eol=lf -*.erb eol=lf *.pp eol=lf *.sh eol=lf diff --git a/.sync.yml b/.sync.yml index 80475e23..6df81c5e 100644 --- a/.sync.yml +++ b/.sync.yml @@ -24,6 +24,11 @@ - "/.vscode/" - ".config" +.gitattributes: + # As this is for Windows, ERB files can be either LF or CRLF + exclude: + - "*.erb" + Gemfile: optional: ':system_tests':