Add: more words to spell checking
This commit is contained in:
parent
ce1af464ed
commit
98f41c16f0
1 changed files with 2 additions and 0 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
|
"ncols",
|
||||||
"phash",
|
"phash",
|
||||||
"preimport",
|
"preimport",
|
||||||
"runserver",
|
"runserver",
|
||||||
"SLUGIFYING",
|
"SLUGIFYING",
|
||||||
"taggit",
|
"taggit",
|
||||||
|
"viewsets",
|
||||||
"whitenoise"
|
"whitenoise"
|
||||||
],
|
],
|
||||||
}
|
}
|
Loading…
Reference in a new issue