mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
31fa92a83f
Case sensitivity between os.getcwd and os.realpath can fail due to different drive letter casing. C:\ vs c:\. This change addresses that by normalizing the strings before comparing.
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
# Auto normalizes line endings on commit so devs don't need to change local settings.
|
|
# Only effects text files and ignores other file types.
|
|
# For more info see: https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/
|
|
* text=auto
|