szuru/.gitattributes
neobooru 6075ae9326 all: add .gitattributes
This forces shell scripts to always have LF line endings. By default Windows uses CRLF which breaks the docker build, because docker-start.sh doesn't have the correct line endings. Adding this file should fix that.
2022-05-02 13:04:07 +02:00

6 lines
120 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
# Shell scripts require LF
*.sh text eol=lf