mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
39 lines
798 B
JSON
39 lines
798 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",
|
|
"*.xyz",
|
|
"*.docx",
|
|
"versioned_docs",
|
|
"*.min.*",
|
|
"jest/vendor"
|
|
],
|
|
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"]
|
|
}
|