Skip to content

Commit

Permalink
add .gitattributes file to manage how Git reads line endings in repo
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <[email protected]>
  • Loading branch information
majguo committed Oct 30, 2024
1 parent 281e06a commit b65b6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
*.sh text eol=lf
1 change: 1 addition & 0 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- master
paths-ignore:
- '.gitignore'
- '.gitattributes'
- '**/*.md'
- '**/*.txt'
- '.devcontainer/**'
Expand Down

0 comments on commit b65b6b0

Please sign in to comment.