diff --git a/.gitattributes b/.gitattributes index 70c45d4e..761f9dc4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ -dist/index* -diff linguist-generated=true -dist/licenses* -diff linguist-generated=true -dist/sourcemap* -diff linguist-generated=true +[attr]generated-code-file text eol=lf -diff linguist-generated=true +[attr]generated-binary-file -text -diff linguist-generated=true + +dist/index* generated-code-file +dist/licenses* generated-code-file +dist/sourcemap* generated-code-file diff --git a/.gitignore b/.gitignore index 6d0f09f8..bc20e914 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ coverage/ lib/ .vsconfig yarn-error.log +.orig diff --git a/dist/index.js b/dist/index.js index 1645565c..24fbfd20 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 11ed6418..249c5e3f 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ