Skip to content

Commit

Permalink
Add vscode settings with spell check ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreozot committed Aug 26, 2022
1 parent 9a90ee1 commit 755ec3c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,3 @@ yarn-error.log
.pnp.js
# Yarn Integrity file
.yarn-integrity

.vscode
23 changes: 23 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cSpell.words": [
"Agathys",
"demiplane",
"Drawmij",
"drow",
"Evard",
"Geas",
"ghasts",
"goristro",
"mithral",
"Mordenkainen",
"Nystul",
"Otiluke",
"Rary",
"Rudnogg",
"scry",
"scrying",
"tarrasque",
"trem",
"wychwood"
]
}

0 comments on commit 755ec3c

Please sign in to comment.