Skip to content

Commit

Permalink
docs: cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaPS committed Dec 5, 2024
1 parent bfc8b1a commit 9a216ca
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": ["node_modules/**", ".**/"],
"files": ["**/*.md", "**/*.mdx", "**/*.tsx", "**/*.ts", "**/*.json"],
"ignorePaths": [
"node_modules/**",
".**/"
],
"files": [
"**/*.md",
"**/*.mdx",
"**/*.tsx",
"**/*.ts",
"**/*.json"
],
"words": [
"ABAP",
"Abuild",
Expand All @@ -24,6 +33,7 @@
"Csound",
"Cuda",
"Cupertino",
"cybercriminals",
"Cycript",
"Cython",
"Diátaxis",
Expand All @@ -48,6 +58,7 @@
"Inno",
"Ioke",
"Ishida",
"Jailbreaking",
"Jasmin",
"Jison",
"Jolie",
Expand Down Expand Up @@ -108,4 +119,4 @@
"Zephir",
"Zimpl"
]
}
}

0 comments on commit 9a216ca

Please sign in to comment.