Browse Source

Configure line ending to let shell scripts work in Windows ENV

Signed-off-by: GitHub <noreply@github.com>
pull/37521/head
Robin Windey 3 years ago
committed by GitHub
parent
commit
dfa8a8c946
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitattributes

1
.gitattributes

@ -1,3 +1,4 @@
/dist/* binary
/package-lock.json merge=binary
/core/css/*.css* binary
/.devcontainer/*.sh text eol=lf
Loading…
Cancel
Save