Add cspell.json to ignored paths (#2190)

This commit is contained in:
Daniel Jurek 2021-05-04 17:20:52 -07:00 committed by GitHub
parent d69742ae10
commit 12cec8c08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.vscode/cspell.json vendored
View File

@ -3,7 +3,7 @@
"language": "en",
"languageId": "cpp",
"dictionaries": ["powershell"],
"ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib"],
"ignorePaths": ["vcpkg/**/*", "*.exe", "*.a", "*.lib", ".vscode/cspell.json"],
"words": [
"azsdk",
"cmake",