2022-01-24 20:40:02 -05:00
|
|
|
{
|
|
|
|
|
"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",
|
2022-03-12 02:24:56 -05:00
|
|
|
"__snapshots__",
|
2022-01-24 20:40:02 -05:00
|
|
|
"website/src/data/users.tsx",
|
2022-02-14 01:13:23 -05:00
|
|
|
"website/src/data/tweets.tsx",
|
2023-02-24 08:19:39 -05:00
|
|
|
"website/docusaurus.config.localized.json",
|
2023-09-14 11:23:07 -04:00
|
|
|
"website/_dogfooding/_pages tests/diagrams.mdx",
|
2022-01-24 20:40:02 -05:00
|
|
|
"*.xyz",
|
|
|
|
|
"*.docx",
|
2023-04-28 10:04:22 -04:00
|
|
|
"*.gitignore",
|
2022-01-27 06:21:07 -05:00
|
|
|
"versioned_docs",
|
2023-01-06 06:08:15 -05:00
|
|
|
"*.min.*",
|
|
|
|
|
"jest/vendor"
|
2022-01-24 20:40:02 -05:00
|
|
|
],
|
|
|
|
|
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"]
|
|
|
|
|
}
|