mirror of
https://github.com/facebook/docusaurus.git
synced 2024-11-25 16:46:13 +08:00
7be1feaa0a
Co-authored-by: ozakione <29860391+OzakIOne@users.noreply.github.com> Co-authored-by: sebastien <lorber.sebastien@gmail.com>
45 lines
927 B
JSON
45 lines
927 B
JSON
{
|
|
"version": "0.2",
|
|
"gitignoreRoot": ".",
|
|
"useGitignore": true,
|
|
"dictionaries": [
|
|
"css",
|
|
"html",
|
|
"fonts",
|
|
"typescript",
|
|
"softwareTerms",
|
|
"companies",
|
|
"lorem-ipsum",
|
|
"project-words"
|
|
],
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "project-words",
|
|
"path": "./project-words.txt",
|
|
"noSuggest": true
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"CHANGELOG.md",
|
|
"packages/docusaurus-theme-translations/locales",
|
|
"package.json",
|
|
"yarn.lock",
|
|
"project-words.txt",
|
|
"__snapshots__",
|
|
"website/src/data/users.tsx",
|
|
"website/src/data/tweets.tsx",
|
|
"website/docusaurus.config.localized.json",
|
|
"website/_dogfooding/_pages tests/diagrams.mdx",
|
|
"*.xyz",
|
|
"*.docx",
|
|
"*.xsl",
|
|
"*.xslt",
|
|
"*.gitignore",
|
|
"versioned_docs",
|
|
"*.min.*",
|
|
"jest/vendor"
|
|
],
|
|
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"],
|
|
"enableFiletypes": ["mdx"]
|
|
}
|