File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- * text =auto eof =lf
1+ * text =auto eol =lf
22
33# ###############################################################################
44# The following files are binary and should be left untouched.
2525cfn-init binary
2626* .node binary
2727* .wasm binary
28- * .bat binary
2928
3029# Documents
3130* .pdf binary
@@ -36,7 +35,6 @@ cfn-init binary
3635* .ppt binary
3736* .pptx binary
3837* .odt binary
39- * .csv binary
4038
4139# Images
4240* .png binary
@@ -48,7 +46,6 @@ cfn-init binary
4846* .tif binary
4947* .tiff binary
5048* .webp binary
51- * .svg binary
5249
5350# Audio & Video
5451* .mp3 binary
@@ -63,3 +60,10 @@ cfn-init binary
6360* .jks binary
6461* .db binary
6562* .sqlite binary
63+
64+ # Windows batch files must always use CRLF, or they may fail to execute.
65+ * .bat text eol =crlf
66+ * .cmd text eol =crlf
67+
68+ # PowerShell can handle LF, but CRLF is safer for Windows-specific scripts
69+ * .ps1 text eol =crlf
You can’t perform that action at this time.
0 commit comments