mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 15:09:45 +02:00
chore: make running local dev instance on Windows work regardless of git config (#5419)
The only issue was that line endings of shell scripts may be \r\n when cloned on Windows with autocrlf and shells don't like that. Co-authored-by: brokeh <git@brocky.net>
This commit is contained in:
parent
cbdcbd3ab4
commit
5a50d32748
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -17,3 +17,5 @@ web/src/api/open-api/**/*.md -diff -merge
|
||||
web/src/api/open-api/**/*.md linguist-generated=true
|
||||
web/src/api/open-api/**/*.ts -diff -merge
|
||||
web/src/api/open-api/**/*.ts linguist-generated=true
|
||||
|
||||
*.sh text eol=lf
|
||||
|
Loading…
x
Reference in New Issue
Block a user