mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
30 lines
442 B
TOML
30 lines
442 B
TOML
headerPath = "license-header.txt"
|
|
|
|
excludes = [
|
|
"*.csv",
|
|
"*.feature",
|
|
"*.html",
|
|
"*.ini",
|
|
"*.jinja2",
|
|
"*.md",
|
|
"*.mp3",
|
|
"*.msg",
|
|
"*.toml",
|
|
"*.txt",
|
|
"*.typed",
|
|
"*.wav",
|
|
"*.yaml",
|
|
"*.yml",
|
|
".github",
|
|
"CITATION.cff",
|
|
"docker",
|
|
"docs",
|
|
"examples",
|
|
"proposals",
|
|
"releasenotes",
|
|
]
|
|
|
|
[properties]
|
|
inceptionYear = 2022
|
|
copyrightOwner = "deepset GmbH <info@deepset.ai>"
|