mirror of
https://github.com/openai/gpt-2
synced 2025-08-22 02:02:01 +00:00
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
# convert to OS line endings on checkout, back to LF on commit
|
|
* text=auto
|
|
|
|
# ensure anything copied to the container has unix style line endings
|
|
*.sh text eol=lf
|
|
requirements.txt text eol=lf |