1
0
mirror of https://github.com/typemill/typemill.git synced 2025-03-14 17:19:39 +01:00

Merge pull request #351 from gerundt/master

Fix problems with Docker under Windows
This commit is contained in:
trendschau 2022-08-15 18:50:53 +02:00 committed by GitHub
commit 86fd2d061f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Docker under Windows need LF (\n) EOL in scripts
/docker-utils/** text eol=lf