Skip to content

Commit

Permalink
Don't check custom-words.txt (Azure#32065)
Browse files Browse the repository at this point in the history
* ignore custom-words.txt

* test change to custom-words.txt

* Revert test change to custom-words.txt
  • Loading branch information
danieljurek authored Jan 9, 2025
1 parent 008a07d commit 8a4eca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"**/package-lock.json",
"cSpell.json",
"eng/**",
"node_modules/**"
"node_modules/**",
"custom-words.txt"
],
"ignoreRegExpList": [
"v\\d",
Expand Down

0 comments on commit 8a4eca6

Please sign in to comment.