We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dd81e commit 0a83bc4Copy full SHA for 0a83bc4
.gitattributes
@@ -0,0 +1,10 @@
1
+# Ensure shell scripts retain executable bit
2
+*.sh text eol=lf
3
+*.sh binary
4
+
5
+# Ensure entrypoint scripts retain executable bit
6
+**/docker-entrypoint.sh text eol=lf
7
+**/docker-entrypoint.sh binary
8
9
+# Default text files to use LF
10
+* text=auto eol=lf
0 commit comments