diff options
Diffstat (limited to 'cspell.yaml')
-rw-r--r-- | cspell.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cspell.yaml b/cspell.yaml index 49aed51..3bdca1f 100644 --- a/cspell.yaml +++ b/cspell.yaml @@ -18,3 +18,10 @@ dictionaryDefinitions: - name: crupest-words path: './crupest-words.txt' addWords: true + +patterns: + - name: libs + pattern: /lib.+/g + +ignoreRegExpList: + - libs |