mirror of
https://github.com/microsoft/graphrag.git
synced 2025-06-26 23:19:58 +00:00

* move mkdocs-typer to devdeps * add .gitattributes for toml parsing issues on Windows CI * bump timeout --------- Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
*.txt text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.html text eol=lf
|
|
*.py text eol=lf
|
|
*.toml text eol=lf
|
|
.gitattributes text eol=lf
|
|
.gitignore text eol=lf
|
|
*.lock
|
|
CODEOWNERS text eol=lf
|
|
LICENSE text eol=lf |