Skip to content

Commit

Permalink
chore: cspell [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
solrevdev committed Oct 24, 2022
1 parent ef9a755 commit be6e95a
Showing 1 changed file with 53 additions and 51 deletions.
104 changes: 53 additions & 51 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,55 @@
{
"cSpell.words": [
"ASPNETCORE",
"Deauthorize",
"Deserialize",
"Nerdbank",
"Serializer",
"Solrevdev",
"Xunit",
"aarnott",
"appsettings",
"bhfyp",
"catlover",
"catlovers",
"catoftheday",
"catsagram",
"catsofinstagram",
"catstagram",
"cdnjs",
"crossorigin",
"fbtrace",
"gitversioning",
"instacat",
"instagood",
"instagramapi",
"lazysizes",
"lovecats",
"markdownit",
"netstandard",
"nuget",
"nupkg",
"petstagram",
"photooftheday",
"querystring",
"setapikey",
"socio",
"tabindex",
"userid",
"vuejs"
],
"files.exclude": {
"**/bin": true,
"**/obj": true,
".vscode": false,
".vs": true,
".gitignore": false,
".gitattributes": false,
".prettierrc": false,
".editorconfig": false,
"omnisharp.json": false,
"global.json": false
}
"cSpell.words": [
"aarnott",
"appsettings",
"ASPNETCORE",
"bhfyp",
"catlover",
"catlovers",
"catoftheday",
"catsagram",
"catsofinstagram",
"catstagram",
"cdnjs",
"cref",
"crossorigin",
"Deauthorize",
"Deserialize",
"fbtrace",
"gitversioning",
"instacat",
"instagood",
"instagramapi",
"lazysizes",
"lovecats",
"markdownit",
"Nerdbank",
"netstandard",
"nuget",
"nupkg",
"petstagram",
"photooftheday",
"querystring",
"Serializer",
"setapikey",
"socio",
"Solrevdev",
"Subcode",
"tabindex",
"userid",
"vuejs",
"Xunit"
],
"files.exclude": {
"**/bin": true,
"**/obj": true,
".vscode": false,
".vs": true,
".gitignore": false,
".gitattributes": false,
".prettierrc": false,
".editorconfig": false,
"omnisharp.json": false,
"global.json": false
}
}

0 comments on commit be6e95a

Please sign in to comment.