0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-09-23 01:11:46 +00:00

Configure line ending to let shell scripts work in Windows ENV

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Robin Windey 2023-03-31 09:14:24 +00:00 committed by GitHub
commit dfa8a8c946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View file

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