stardew-multiplayer-docker/.gitattributes
norimicry df0ef12af0 Update .gitattributes for Dockerfile
Added a line in the .gitattributes file to enforce LF line endings for Dockerfile. This is to avoid any potential issues with line endings when working cross-platform, ensuring that Dockerfile will consistently use LF regardless of the environment.
2024-04-03 08:37:55 -04:00

4 lines
70 B
Plaintext

* text=auto
Dockerfile text eol=lf
*.sh text eol=lf
*.conf text eol=lf