Add .gitattributes to enforce LF line endings
Some checks failed
Build and Push Docker Image / build (push) Failing after 9m42s
Some checks failed
Build and Push Docker Image / build (push) Failing after 9m42s
This commit is contained in:
7
.gitattributes
vendored
Normal file
7
.gitattributes
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
* text=auto
|
||||
Dockerfile text eol=lf
|
||||
*.sh text eol=lf
|
||||
*.py text eol=lf
|
||||
*.json text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.yml text eol=lf
|
||||
Reference in New Issue
Block a user