mirror of
https://github.com/microsoft/graphrag.git
synced 2025-03-11 01:26:14 +03: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 |