Skip to content

Commit

Permalink
🧑‍💻 Add cspell config
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadk1607 committed Oct 17, 2023
1 parent 2e980ca commit 9312ffe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"words": ["xlink", "datetime"],
"ignorePaths": [
"package-lock.json",
"pnpm-lock.yaml",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders",
"coverage",
"build",
"dist",
"public",
"trace",
"**/*.{mp3,otf}"
]
}

0 comments on commit 9312ffe

Please sign in to comment.