Skip to content

Commit 42eada5

Browse files
authored
Create .gitattributes (awslabs#369)
* Create .gitattributes * Update .gitattributes Extend .gitattributes to use LF not CRLF for bootstrap files
1 parent bde1a6f commit 42eada5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Use LF rather than CRLF line endings on shell scripts checked out to Windows clients otherwise they give errors after 'sam build' / 'sam deploy'
2+
*.sh text eol=lf
3+
bootstrap text eol=lf

0 commit comments

Comments
 (0)