dify / .gitattributes
CatPtain's picture
Upload 1150 files
bcc0d8a verified
raw
history blame
949 Bytes
# Ensure that .sh scripts use LF as line separator, even if they are checked out
# to Windows(NTFS) file-system, by a user of Docker for Window.
# These .sh scripts will be run from the Container after `docker compose up -d`.
# If they appear to be CRLF style, Dash from the Container will fail to execute
# them.
*.sh text eol=lf
api/tests/integration_tests/model_runtime/assets/audio.mp3 filter=lfs diff=lfs merge=lfs -text
api/core/tools/docs/images/index/image-1.png filter=lfs diff=lfs merge=lfs -text
api/core/tools/docs/images/index/image-2.png filter=lfs diff=lfs merge=lfs -text
api/core/tools/docs/images/index/image.png filter=lfs diff=lfs merge=lfs -text
api/core/tools/provider/builtin/comfyui/_assets/icon.png filter=lfs diff=lfs merge=lfs -text
api/core/tools/provider/builtin/dalle/_assets/icon.png filter=lfs diff=lfs merge=lfs -text
api/core/tools/provider/builtin/wecom/_assets/icon.png filter=lfs diff=lfs merge=lfs -text