Skip to content

Commit 5d1f129

Browse files
authored
Merge pull request #4897 from KirkMunro/add-missing-ps-extensions-to-gitattributes
identified psd1, psm1, and ps1xml as text files in .gitattributes
2 parents 9b7411a + bac4b16 commit 5d1f129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
*.cs text eol=crlf
66
*.csproj text eol=crlf
77
*.ps1 text eol=crlf
8+
*.psd1 text eol=crlf
9+
*.psm1 text eol=crlf
10+
*.ps1xml text eol=crlf
811
build.proj text eol=crlf

0 commit comments

Comments
 (0)