Skip to content

Commit

Permalink
Merge pull request #532 from skurtyyskirts/gitattributes-addition
Browse files Browse the repository at this point in the history
[BUG FIX] Add .gitattributes file for line endings handling
  • Loading branch information
Kashu7100 authored Jan 10, 2025
2 parents 2b4d971 + 8530238 commit 0d5cd8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Force LF line endings for shell scripts
*.sh text eol=lf

# Force LF line endings for configuration files
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.conf text eol=lf

# Force LF for Docker-related files
Dockerfile text eol=lf
*.dockerignore text eol=lf

0 comments on commit 0d5cd8f

Please sign in to comment.